Browse Source

catalog.js: should be used only in catalog view

pull/40/head
czaks 10 years ago
parent
commit
ab52741a5f
  1. 4
      js/catalog.js

4
js/catalog.js

@ -1,4 +1,4 @@
$().ready(function(){
if (active_page == 'catalog') $(function(){
$("#selectorzilla").change(function(){
sheit = this.value;
@ -61,4 +61,4 @@ function buildTooltipster(){
content: $(muh_body)
});
});
}
}

Loading…
Cancel
Save