X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a52b687ba6a6e2647f0e1f173b1a85cbeaa2d326..f32fa7850a8cf57e38d2a7bb4f19c4aeb5d6224a:/project/templates/toolbar_api/scriptlets.js?ds=sidebyside diff --git a/project/templates/toolbar_api/scriptlets.js b/project/templates/toolbar_api/scriptlets.js deleted file mode 100644 index 801e5d3e..00000000 --- a/project/templates/toolbar_api/scriptlets.js +++ /dev/null @@ -1,15 +0,0 @@ -function ScriptletCenter() { - - this.scriptlets = { - {% for scriptlet in scriptlets %} - "{{scriptlet.name}}": function(context, params) { - {{scriptlet.code|safe}} - }, - {% endfor %} - - _none: null - }; - -} - -scriptletCenter = new ScriptletCenter(); \ No newline at end of file