scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 25  →  ?path2? @ 26
/quickload/files.html
@@ -145,7 +145,7 @@
<!-- Clipboard -->
<script src="js/clipboard/clipboard.min.js"></script>
<script>
$(document).ready(function(){
$(document).ready(() => {
// Get the template HTML and remove it from the doument
var previewNode = document
.querySelector("#template");