summaryrefslogtreecommitdiffstats
path: root/static/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/index.js')
-rw-r--r--static/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/js/index.js b/static/js/index.js
new file mode 100644
index 0000000..ab18207
--- /dev/null
+++ b/static/js/index.js
@@ -0,0 +1,7 @@
+var cssFiles = ['ep_headline_buttons/static/css/headline_buttons.css'];
+
+function aceEditorCSS(){
+ return cssFiles;
+};
+
+exports.aceEditorCSS = aceEditorCSS;