catalog.js: should be used only in catalog view

This commit is contained in:
czaks 2014-05-05 17:23:49 +02:00
parent dafe0d5896
commit ab52741a5f

View File

@ -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)
});
});
}
}