~gary/juju-gui/hideInspectorOnRelationClick

« back to all changes in this revision

Viewing changes to test/index.html

Merged trunk, resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
 
3
3
<head>
 
4
  <meta charset="utf-8">
4
5
  <link rel="stylesheet" href="assets/mocha.css">
5
6
  <script src="../app/assets/javascripts/yui/yui/yui.js"></script>
6
7
  <script src="../app/modules.js"></script>
30
31
            if (!m || !resource.fullpath) {
31
32
              continue
32
33
            }
33
 
            resource.fullpath = resource.fullpath.replace('/', '../app/', 1);
 
34
            // resource.fullpath = resource.fullpath.replace('/\//', '../app/', 1);
 
35
            resource.fullpath = '../app/' + resource.fullpath;
34
36
         }
35
37
     }
36
38
     console.log("global config", GlobalConfig)