Commit 7b8750ab by kimth

HTML modules can also run script_placeholder

parent 4acd8b9f
......@@ -2,6 +2,7 @@ class @HTMLModule
constructor: (@element) ->
@el = $(@element)
JavascriptLoader.executeModuleScripts(@el)
JavascriptLoader.setCollapsibles(@el)
$: (selector) ->
......
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