diff --git a/neat.html b/neat.html
index b86634c..616f782 100644
--- a/neat.html
+++ b/neat.html
@@ -3,7 +3,7 @@
neat
-
+
@@ -78,8 +78,8 @@
diff --git a/neat.js b/neat.js
index e4625b3..790cc98 100644
--- a/neat.js
+++ b/neat.js
@@ -219,7 +219,7 @@ function setupInterface(data, file, urls) {
enlarge_img_url = enlarge_img_url.replace('height', height.toString());
if ($('#enlarge-page-link').length == 0) {
- $('#preview-rgn').append($('enlarge '));
+ $('#preview-rgn').append($('enlarge '));
}
$("#preview-link").attr("href", enlarge_img_url);
@@ -242,7 +242,7 @@ function setupInterface(data, file, urls) {
full_img_url = full_img_url.replace('height', height.toString());
if ($('#full-page-link').length == 0) {
- $('#preview-rgn').append($('| full '));
+ $('#preview-rgn').append($('| full '));
}
$("#full-page-link").attr("href", full_img_url);
@@ -714,7 +714,8 @@ function setupInterface(data, file, urls) {
if (count > 2) break;
console.log(element);
- let link = $('' +
+ let link = $('' +
element[1] + "")
link.click(
function(event) {