Home
last modified time | relevance | path

Searched refs:fnEditButtonHandler (Results 1 – 1 of 1) sorted by relevance

/plugin/aimg/
H A Dscript.js715 if ((/fn-editbar-ok/).test(node.className)) return fnEditButtonHandler(true);
716 if ((/fn-editbar-cancel/).test(node.className)) return fnEditButtonHandler(false);
975 function fnEditButtonHandler(ok) function