Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mcrwfrd/hugo-frances-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Crawford <michael@crawford.io>2019-08-09 00:11:23 +0300
committerMichael Crawford <michael@crawford.io>2019-08-09 00:11:23 +0300
commitf5fe6be36cbf906d9bddecfd5d8ff5fda0bac882 (patch)
tree312f88e9b854f44220e8e57d056e3933b2834498
parent7c8c32dcfa86fbcf1fe05f6075b2e237d8da1487 (diff)
remove debug statements
-rw-r--r--layouts/partials/scripts.html0
-rw-r--r--static/js/grid.js2
2 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
deleted file mode 100644
index e69de29..0000000
--- a/layouts/partials/scripts.html
+++ /dev/null
diff --git a/static/js/grid.js b/static/js/grid.js
index faf9df5..9e0f1b8 100644
--- a/static/js/grid.js
+++ b/static/js/grid.js
@@ -244,8 +244,6 @@ var Grid = (function() {
return false;
}).children('a').on('click', function(e) {
var $item = $(this).parent();
- console.log($item.index());
- console.log(current);
current === $item.index() ? hidePreview() : showPreview($item);
return false;
});