aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Vermeersch <ruben@rocketeer.be>2018-03-08 08:06:57 +0100
committerjc <u@gogs.io>2018-03-08 02:06:57 -0500
commitf4e4ea137445834677892889ee8101d62d8f5b32 (patch)
tree2f16dffcc992f4a6c0540e0166a4064b6c4061ee
parent199d67581a1c30e5b9380af6c9d63a9cb7320449 (diff)
public: update notebookjs to 0.3.0 (#5084)
Fixes #5077
-rwxr-xr-xpublic/assets/librejs/librejs.html4
-rw-r--r--templates/base/head.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/librejs/librejs.html b/public/assets/librejs/librejs.html
index dfc4c2ba..8f4b2871 100755
--- a/public/assets/librejs/librejs.html
+++ b/public/assets/librejs/librejs.html
@@ -66,9 +66,9 @@
<td><a href="https://github.com/chjj/marked/archive/v0.3.6.tar.gz">marked-0.3.6.tar.gz</a></td>
</tr>
<tr>
- <td><a href="/plugins/notebookjs-0.2.6/notebook.min.js">notebook.min.js</a></td>
+ <td><a href="/plugins/notebookjs-0.3.0/notebook.min.js">notebook.min.js</a></td>
<td><a href="https://github.com/jsvine/notebookjs/blob/master/LICENSE.txt">Expat</a></td>
- <td><a href="https://github.com/jsvine/notebookjs/archive/v0.2.6.tar.gz">notebookjs-0.2.6.tar.gz</a></td>
+ <td><a href="https://github.com/jsvine/notebookjs/archive/v0.3.0.tar.gz">notebookjs-0.3.0.tar.gz</a></td>
</tr>
</table>
</body>
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 453ce01e..be1a6c3d 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -44,7 +44,7 @@
<!-- notebook.js for rendering ipython notebooks and marked.js for rendering markdown in notebooks -->
{{if .IsIPythonNotebook}}
- <script src="{{AppSubURL}}/plugins/notebookjs-0.2.6/notebook.min.js"></script>
+ <script src="{{AppSubURL}}/plugins/notebookjs-0.3.0/notebook.min.js"></script>
<script src="{{AppSubURL}}/plugins/marked-0.3.6/marked.min.js"></script>
{{end}}