|
@@ -26,7 +26,7 @@ ${ commonheader(_('Notebook'), app_name, user, "68px") | n,unicode }
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
|
if (window.location.hash != "") {
|
|
if (window.location.hash != "") {
|
|
|
if (window.location.hash.indexOf("notebook") > -1) {
|
|
if (window.location.hash.indexOf("notebook") > -1) {
|
|
|
- location.href = "/spark/editor?" + window.location.hash.substr(1).replace(/(<([^>]+)>)/ig, "");
|
|
|
|
|
|
|
+ location.href = "/spark/notebook?" + window.location.hash.substr(1).replace(/(<([^>]+)>)/ig, "");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|