projects
/
WP-Plugins
/
glm-member-db-apis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08fbee9
)
Update the drop down js code back
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Mar 2017 19:00:48 +0000
(15:00 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Mar 2017 19:00:48 +0000
(15:00 -0400)
Remove the test for ie.
views/front/apis/schedule.html
patch
|
blob
|
history
diff --git
a/views/front/apis/schedule.html
b/views/front/apis/schedule.html
index
3aaf4f1
..
1c41666
100644
(file)
--- a/
views/front/apis/schedule.html
+++ b/
views/front/apis/schedule.html
@@
-33,12
+33,6
@@
jQuery(document).ready(function(){
dropdown_dockForm.submit();
});
var dropdown_dock3Sel = $('#dd-sched-3');
- dropdown_dock3Sel.on("click", function(e){
- activeForm = true;
- })
- dropdown_dock3Sel.on("blur", function(e){
- activeForm = false;
- });
dropdown_dock3Sel.change(function(){
dropdown_formSchedId.val(3);
dropdown_formDockId.val(dropdown_dock3Sel.val());