Skip to content

Commit

Permalink
Updated viewer.html (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pancyber authored and mantonovic committed Jul 24, 2018
1 parent 0628698 commit 72dea23
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions interface/admin/www/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
</style>
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="ol/ol.css"/>

<link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>

<script type="text/javascript" src="ext/ext-all-debug.js"></script>
<script type="text/javascript">Ext.Loader.setConfig({enabled: true, disableCaching: true, paths: { 'istsos': './app' }});</script>

<script type="text/javascript" src="dygraphs/dygraph-combined.js"></script>

Expand All @@ -42,6 +44,8 @@
<script type="text/javascript" src="app/view/Viewer.js"></script>

<script type="text/javascript" src="app/Procedure.js"></script>

<script type="text/javascript" src="ol/ol-debug.js"></script>

<style type="text/css">

Expand All @@ -60,9 +64,7 @@

Ext.ns("wa");

Ext.Loader.setConfig({
enabled: false
});
Ext.Loader.setConfig({enabled: true, disableCaching: true, paths: { 'istsos': './app' }});

Ext.application({

Expand Down

0 comments on commit 72dea23

Please sign in to comment.