Use namespaced call to toggle_categoryselector.

This commit is contained in:
Matthias Mees 2013-06-28 12:05:54 +02:00
parent 67c3f8fcc4
commit 2f5daac8b2

View File

@ -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) {