remove debugging logs from js
This commit is contained in:
parent
2ef76708c5
commit
f98e0d1927
@ -96,9 +96,7 @@ $(document).ready(function() {
|
|||||||
$(".shm-image-list").each(function(idx, elm) {
|
$(".shm-image-list").each(function(idx, elm) {
|
||||||
var query = $(this).data("query");
|
var query = $(this).data("query");
|
||||||
if(query) {
|
if(query) {
|
||||||
if(window.console) {console.log("Found list with query: "+query);}
|
|
||||||
$(this).find(".shm-thumb-link").each(function(idx2, elm2) {
|
$(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);
|
$(this).attr("href", $(this).attr("href") + query);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user