mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-31 11:54:03 -05:00
Fix bug in registering handler in Demo.
This commit is contained in:
parent
f245cc0dba
commit
9aaefdf586
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
editor[ id ]( value );
|
editor[ id ]( value );
|
||||||
}
|
}
|
||||||
});
|
}, false );
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue