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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob <jacob.smith@unb.ca>2017-08-21 21:19:01 +0300
committerJacob <jacob.smith@unb.ca>2017-08-21 21:19:01 +0300
commit0fd211cb9f5a09ca3eb19742e98b4ed34fd6a6d9 (patch)
tree4ab68df60dcec580c2df7c2f49da33a3fdc4f3b2
parente664d8b76a06ebaf99b78d9c2800cd6957ad61d8 (diff)
added ability to define individual buttontext
-rw-r--r--layouts/partials/scripts.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 90fc094..8d8d16b 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -304,7 +304,6 @@
description : $itemEl.data( 'description' ),
buttontext : $itemEl.data( 'buttontext' )
};
- console.log(eldata)
this.$title.html( eldata.title );
this.$description.html( eldata.description );