serving clipboard.js + moved scripts to ./scripts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* due to CSP issue clipboard functionality was not working correctly, this temporarily fixes that * updated script paths accordingly
This commit is contained in:
parent
5f29ea9603
commit
d98ea5defc
2
deploy
2
deploy
@ -6,7 +6,7 @@ PUBDIR=tew_0x00public/
|
||||
|
||||
rm -rfv ./public
|
||||
mkdir -pv public
|
||||
rsync -av index.html prism.js pages css media ./public
|
||||
rsync -av index.html scripts pages css media ./public
|
||||
|
||||
if [ $USER = $USR ]; then
|
||||
rsync -av --delete public/ ~/${PUBDIR}
|
||||
|
@ -87,6 +87,6 @@
|
||||
</footer>
|
||||
|
||||
|
||||
<script src="../prism.js"></script>
|
||||
<script src="../scripts/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -63,6 +63,6 @@
|
||||
</footer>
|
||||
|
||||
|
||||
<script src="../prism.js"></script>
|
||||
<script src="../scripts/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -73,6 +73,6 @@
|
||||
</footer>
|
||||
|
||||
|
||||
<script src="../prism.js"></script>
|
||||
<script src="../scripts/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -81,6 +81,6 @@
|
||||
</footer>
|
||||
|
||||
|
||||
<script src="../prism.js"></script>
|
||||
<script src="../scripts/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
7
scripts/clipboard.js
Normal file
7
scripts/clipboard.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user