File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
</style>
13
13
<![endif]-->
14
14
< link rel ="stylesheet " type ="text/css " href ="css/main.css "/>
15
+ < link rel ="stylesheet " type ="text/css " href ="ol/ol.css "/>
15
16
16
17
< link href ='http://fonts.googleapis.com/css?family=Electrolize ' rel ='stylesheet ' type ='text/css '>
17
18
18
19
< script type ="text/javascript " src ="ext/ext-all-debug.js "> </ script >
20
+ < script type ="text/javascript "> Ext . Loader . setConfig ( { enabled : true , disableCaching : true , paths : { 'istsos' : './app' } } ) ; </ script >
19
21
20
22
< script type ="text/javascript " src ="dygraphs/dygraph-combined.js "> </ script >
21
23
42
44
< script type ="text/javascript " src ="app/view/Viewer.js "> </ script >
43
45
44
46
< script type ="text/javascript " src ="app/Procedure.js "> </ script >
47
+
48
+ < script type ="text/javascript " src ="ol/ol-debug.js "> </ script >
45
49
46
50
< style type ="text/css ">
47
51
60
64
61
65
Ext . ns ( "wa" ) ;
62
66
63
- Ext . Loader . setConfig ( {
64
- enabled : false
65
- } ) ;
67
+ Ext . Loader . setConfig ( { enabled : true , disableCaching : true , paths : { 'istsos' : './app' } } ) ;
66
68
67
69
Ext . application ( {
68
70
You can’t perform that action at this time.
0 commit comments