Fixed file upload.
[redakcja.git] / project / templates / toolbar_api / scriptlets.js
diff --git a/project/templates/toolbar_api/scriptlets.js b/project/templates/toolbar_api/scriptlets.js
deleted file mode 100644 (file)
index 801e5d3..0000000
+++ /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