File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scala/forms/src/main/scala/deductions/runtime/html Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ trait MainXml extends ToolsPage with EnterButtons {
9999 <input type =" submit" name =" create" id =" create" value ={ label }/>
100100 </form >
101101
102+ private val javascriptCode = scala.xml.Unparsed (""" $(".form-horizontal").tabs(); """ )
103+
102104 def javascriptCSSImports : NodeSeq = {
103105 <!--
104106 <script src =" assets/javascripts/jquery-ui.min.js" ></script >
@@ -148,13 +150,11 @@ trait MainXml extends ToolsPage with EnterButtons {
148150 <script src =" assets/fluidgraph/js/mybackground.js" ></script >
149151 <script src =" assets/fluidgraph/js/convert.js" ></script >
150152 -->
151- val javascriptCode = scala.xml.Unparsed (""" $(".form-horizontal").tabs(); """ )
152153 <script type =' text/javascript' >
153154 $(document).ready(function (){{
154- { javascriptCode}
155+ { javascriptCode }
155156 }}
156157 )
157158 </script >
158-
159159 }
160160}
You can’t perform that action at this time.
0 commit comments