diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-19 23:42:12 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-19 23:42:12 +0100 |
commit | 79c6c1d042fdad06294f4db57c5b8c91b6a0e5d0 (patch) | |
tree | 815da28b8238bbe3bf44ef126fb79c0ffaf41de6 /src/main/webapp/idea.js | |
parent | 4abc880c4b9ce6888acab85c815514f3dd195fa4 (diff) | |
download | esper-testing-79c6c1d042fdad06294f4db57c5b8c91b6a0e5d0.tar.gz esper-testing-79c6c1d042fdad06294f4db57c5b8c91b6a0e5d0.tar.bz2 esper-testing-79c6c1d042fdad06294f4db57c5b8c91b6a0e5d0.tar.xz esper-testing-79c6c1d042fdad06294f4db57c5b8c91b6a0e5d0.zip |
o Adding a basic web app.
Diffstat (limited to 'src/main/webapp/idea.js')
-rw-r--r-- | src/main/webapp/idea.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/webapp/idea.js b/src/main/webapp/idea.js new file mode 100644 index 0000000..c5fd9a0 --- /dev/null +++ b/src/main/webapp/idea.js @@ -0,0 +1,3 @@ +// Just to fool idea, it's really set in head-element.tagx +noCache = 0; +head = 0; |