Commit 298d5ada by David Ormsbee

Copy draggabilly.js to XModule's JS so we don't need to symlink to common/static

parent 37844fd9
......@@ -114,7 +114,7 @@ class HtmlModuleMixin(HtmlBlock, XModule):
resource_string(__name__, 'js/src/javascript_loader.js'),
resource_string(__name__, 'js/src/collapsible.js'),
resource_string(__name__, 'js/src/html/imageModal.js'),
resource_string(__name__, 'js/common_static/js/vendor/draggabilly.js'),
resource_string(__name__, 'js/vendor/draggabilly.js'),
]
}
js_module_name = "HTMLModule"
......
../../../../static/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment