File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 9
9
script :
10
10
- python manage.py makemigrations
11
11
- python manage.py migrate
12
- - python manage.py test
12
+ - python manage.py test
Original file line number Diff line number Diff line change 1
1
{% comment %}
2
- !!ADD VERSION TO WZRD!!
3
-
4
-
5
2
Template for rendering visualizations.
6
3
7
4
1. Obtain visualization for iframe with URL /visualization/< url _name > /< visualization _name > /
23
20
< link rel ="stylesheet " type ="text/css " href ="{{dependency.css_url}} " />
24
21
{% endfor %}
25
22
{% for dependency in js_dependencies %}
26
- < script src ="{{dependency.js_url}} "> </ script >
23
+ < script type =" application/x-javascript " src ="{{dependency.js_url}} "> </ script >
27
24
{% endfor %}
28
- < script src ="{{sniper_data.wzrd_url}} "> </ script >
25
+ < script type =" application/x-javascript " src ="{{sniper_data.wzrd_url}}@{{component.version }} "> </ script >
29
26
</ head >
30
27
< body >
31
28
< div id ="placeholderDiv " style ="display: none ">
34
31
</ div >
35
32
< div id ='snippetDiv '> </ div >
36
33
</ body >
37
- < script >
38
- //
34
+ < script type ="text/javascript ">
39
35
String . prototype . replaceAll = function ( search , replacement ) {
40
36
var target = this ;
41
37
return target . replace ( new RegExp ( search , 'g' ) , replacement ) ;
90
86
eval ( script ) ;
91
87
92
88
</ script >
93
- </ html >
89
+ </ html >
You can’t perform that action at this time.
0 commit comments