File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 23
23
< link rel ="stylesheet " type ="text/css " href ="{{dependency.css_url}} " />
24
24
{% endfor %}
25
25
{% for dependency in js_dependencies %}
26
- < script src ="{{dependency.js_url}} "> </ script >
26
+ < script type =" application/x-javascript " src ="{{dependency.js_url}} "> </ script >
27
27
{% endfor %}
28
- < script src ="{{sniper_data.wzrd_url}} "> </ script >
28
+ < script type =" application/x-javascript " src ="{{sniper_data.wzrd_url}}@{{sniper_data.version }} "> </ script >
29
29
</ head >
30
30
< body >
31
31
< div id ="placeholderDiv " style ="display: none ">
34
34
</ div >
35
35
< div id ='snippetDiv '> </ div >
36
36
</ body >
37
- < script >
38
- //
37
+ < script type ="text/javascript ">
39
38
String . prototype . replaceAll = function ( search , replacement ) {
40
39
var target = this ;
41
40
return target . replace ( new RegExp ( search , 'g' ) , replacement ) ;
90
89
eval ( script ) ;
91
90
92
91
</ script >
93
- </ html >
92
+ </ html >
You can’t perform that action at this time.
0 commit comments