diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-04 19:42:44 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-04 19:42:44 -0800 |
commit | d89ddcf3532937d395898f255c42f3d26303f1c4 (patch) | |
tree | 9efdf18c3fa965f1a1d140e5b2b06a9cfa0a4e19 /app/index.html | |
parent | 7955dbcc9272f258c9b36e67853471e59d851cac (diff) |
add integrated query view with syntax highlighting
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html index a43262e..bf41f3f 100644 --- a/app/index.html +++ b/app/index.html @@ -12,11 +12,14 @@ <body> <app>Loading...</app> - <!-- shims:js --> <!-- endinject --> - <script>System.config(<%= JSON.stringify(SYSTEM_CONFIG) %>)</script> + <script> + System.config(<%= JSON.stringify(SYSTEM_CONFIG) %>) + // window.define = System.amdDefine; + // window.require = window.requirejs = System.amdRequire; + </script> <!-- libs:js --> <!-- endinject --> |