remove debugging logs from js

This commit is contained in:
Shish 2013-07-15 08:25:40 +01:00
parent 2ef76708c5
commit f98e0d1927

View File

@ -96,9 +96,7 @@ $(document).ready(function() {
$(".shm-image-list").each(function(idx, elm) {
var query = $(this).data("query");
if(query) {
if(window.console) {console.log("Found list with query: "+query);}
$(this).find(".shm-thumb-link").each(function(idx2, elm2) {
if(window.console) {console.log("Appending to url: "+$(this).attr("href"));}
$(this).attr("href", $(this).attr("href") + query);
});
}