Trying a minor change to fix a bug on the dev site.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 12 Apr 2016 21:20:30 +0000 (17:20 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 12 Apr 2016 21:20:30 +0000 (17:20 -0400)
views/admin/events/list.html

index 2cb8736..798f9c8 100644 (file)
              });
 
              // Expand multi-select on hover
-             $('#filterCategories').multiselect();
+             $('#filterCategories').multiSelectGLM();
 
         });
     </script>