diff --git a/.gitignore b/.gitignore index c346b13..90dd181 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bower_components/ node_modules/ +locale/ diff --git a/example/index.html b/example/index.html index 60e400d..0867a62 100644 --- a/example/index.html +++ b/example/index.html @@ -79,6 +79,7 @@ // Suggestions var suggestions = []; + var selectedTags = []; function setSuggestions(lang) { wlc.lang(lang); suggestions = wlc.all().map(function(item) { @@ -119,8 +120,6 @@ $('#language').val('en'); setSuggestions('en'); - var selectedTags = []; - function makeGallery() { new MakeGallery({ limit: 20,