catalog.js: should be used only in catalog view
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
$().ready(function(){
|
if (active_page == 'catalog') $(function(){
|
||||||
|
|
||||||
$("#selectorzilla").change(function(){
|
$("#selectorzilla").change(function(){
|
||||||
sheit = this.value;
|
sheit = this.value;
|
||||||
@@ -61,4 +61,4 @@ function buildTooltipster(){
|
|||||||
content: $(muh_body)
|
content: $(muh_body)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user