File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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}} "> </ 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 type ="application/x- javascript ">
37
+ < script type ="text/ javascript ">
38
38
//
39
39
String . prototype . replaceAll = function ( search , replacement ) {
40
40
var target = this ;
You can’t perform that action at this time.
0 commit comments