Commit bc770bca authored by Thibaut Frain's avatar Thibaut Frain

Renamed file spreadsheet.html to jqs.html

parent 4ac55018
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
body body
.route("add", "/spreadsheet/", 1) .route("add", "/spreadsheet/", 1)
.done(function () { .done(function () {
g.declareIframedGadget('./spreadsheet.html', main_context) g.declareIframedGadget('./jqs.html', main_context)
.then(registerSaveButton) .then(registerSaveButton)
.then(registerLoadButton) .then(registerLoadButton)
.then(registerCleanButton); .then(registerCleanButton);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment