From 125bd09faf21411fafda01e76989b4856bbd267c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 6 Aug 2010 10:01:44 -0400 Subject: The Javascript code for the new web UI Now with whitespace cleanup. --- install/static/sampledata/develop.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install/static/sampledata/develop.js (limited to 'install/static/sampledata/develop.js') diff --git a/install/static/sampledata/develop.js b/install/static/sampledata/develop.js new file mode 100644 index 00000000..5c5275b5 --- /dev/null +++ b/install/static/sampledata/develop.js @@ -0,0 +1,3 @@ +//This should not be packaged up, and so we should only get a true value when working inside the file system +useSampleData = true; + -- cgit