summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/hosting/server/htdocs/graph/index.html (renamed from sca-cpp/trunk/modules/edit/htdocs/graph/index.html)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/graph/index.html b/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
index 1732590079..6b750026b4 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/graph/index.html
+++ b/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
@@ -61,7 +61,7 @@
var appname = ui.fragmentParams(location)['app'];
var ispalette = false;
if (isNil(appname)) {
- appname = ui.fragmentParams()['palette'];
+ appname = ui.fragmentParams(location)['palette'];
// Edit a palette instead of a regular app
if (!isNil(appname))