summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/app/index.html')
-rw-r--r--sca-cpp/trunk/modules/edit/htdocs/app/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/app/index.html b/sca-cpp/trunk/modules/edit/htdocs/app/index.html
index ee07b5d4b7..f5f11137ec 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/app/index.html
+++ b/sca-cpp/trunk/modules/edit/htdocs/app/index.html
@@ -51,10 +51,7 @@ function editapp(name) {
if (isNil(name))
return;
$('title').innerHTML = 'Editing: ' + name;
- $('app').innerHTML =
- '<iframe id="appFrame" style="height: 100%; width: 100%; border: 0px;" scrolling="no" frameborder="0" src="app.html?' +
- 'app=' + name +
- '"></iframe>';
+ ui.loadiframe('app', 'app.html?app=' + name);
}
// Display the editor for the current app