Browse Source
Merge pull request #50 from Xinyi2016/annotation-bug
Fixes iss49 and iss48: update links of marked.js and lodash.js
pull/52/head
Xu Liang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
app/server/templates/annotation/annotation_base.html
|
|
@ -2,8 +2,8 @@ |
|
|
|
{% load static %} |
|
|
|
{% block header %} |
|
|
|
<link rel="stylesheet" href="{% static 'css/annotation.css' %}"> |
|
|
|
<script src="https://unpkg.com/marked@0.3.6"></script> |
|
|
|
<script src="https://unpkg.com/lodash@4.16.0"></script> |
|
|
|
<script src="https://unpkg.com/marked@0.3.6/lib/marked.js"></script> |
|
|
|
<script src="https://unpkg.com/lodash@4.16.0/lodash.js"></script> |
|
|
|
{% endblock %} |
|
|
|
{% block navigation %} |
|
|
|
{% if user.is_superuser %} |
|
|
|