projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d242e73
)
Returning to normal multiselect script naming.
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 13 Apr 2016 14:43:17 +0000
(10:43 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 13 Apr 2016 14:43:17 +0000
(10:43 -0400)
views/admin/events/list.html
patch
|
blob
|
history
diff --git
a/views/admin/events/list.html
b/views/admin/events/list.html
index
798f9c8
..
2cb8736
100644
(file)
--- a/
views/admin/events/list.html
+++ b/
views/admin/events/list.html
@@
-159,7
+159,7
@@
});
// Expand multi-select on hover
- $('#filterCategories').multi
SelectGLM
();
+ $('#filterCategories').multi
select
();
});
</script>