Use namespaced call to toggle_categoryselector.
This commit is contained in:
parent
67c3f8fcc4
commit
2f5daac8b2
@ -395,7 +395,7 @@ window.log = function f(){ log.history = log.history || []; log.history.push(arg
|
||||
|
||||
$(toggleButton).click(function(e) {
|
||||
e.preventDefault();
|
||||
toggle_category_selector(id);
|
||||
serendipity.toggle_category_selector(id);
|
||||
});
|
||||
|
||||
if ($('#'+id).children('*[selected="selected"]').length > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user