mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 08:42:49 -08:00
Remove alert from addHook.
Thanks to @tobibeer
This commit is contained in:
parent
1126458f8c
commit
804a579d17
1 changed files with 0 additions and 1 deletions
|
|
@ -1909,7 +1909,6 @@ Add hooks to the hashmap
|
|||
*/
|
||||
$tw.hooks.addHook = function(hookName,definition) {
|
||||
if($tw.utils.hop($tw.hooks.names,hookName)) {
|
||||
alert($tw.hooks.names[hookName]);
|
||||
$tw.hooks.names[hookName].push(definition);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue