From 0fd211cb9f5a09ca3eb19742e98b4ed34fd6a6d9 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 21 Aug 2017 15:19:01 -0300 Subject: added ability to define individual buttontext --- layouts/partials/scripts.html | 1 - 1 file changed, 1 deletion(-) 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 ); -- cgit v1.2.3