Move photoclipboard.js to the js folder.
This commit is contained in:
parent
56a998682d
commit
840185072b
4 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<link rel="stylesheet" href="/static/common.css">
|
||||
<script src="/static/common.js"></script>
|
||||
<script src="/static/js/editor.js"></script>
|
||||
<script src="/static/photoclipboard.js"></script>
|
||||
<script src="/static/js/photoclipboard.js"></script>
|
||||
|
||||
<style>
|
||||
p
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/static/common.css">
|
||||
<script src="/static/common.js"></script>
|
||||
<script src="/static/photoclipboard.js"></script>
|
||||
<script src="/static/js/photoclipboard.js"></script>
|
||||
|
||||
<style>
|
||||
body
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/static/common.css">
|
||||
<script src="/static/common.js"></script>
|
||||
<script src="/static/photoclipboard.js"></script>
|
||||
<script src="/static/js/photoclipboard.js"></script>
|
||||
|
||||
<style>
|
||||
form
|
||||
|
|
Loading…
Reference in a new issue