diff --git a/js/catalog.js b/js/catalog.js index 5497cb4a..0c41103c 100644 --- a/js/catalog.js +++ b/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) }); }); -} \ No newline at end of file +}