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:
fd0a8a6
)
Update for schedule forms
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 23 Aug 2017 18:00:39 +0000
(14:00 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 23 Aug 2017 18:00:39 +0000
(14:00 -0400)
Need ending form tag for off Canvas.
views/front/apis/schedule.html
patch
|
blob
|
history
diff --git
a/views/front/apis/schedule.html
b/views/front/apis/schedule.html
index
5bf63df
..
754b2b4
100644
(file)
--- a/
views/front/apis/schedule.html
+++ b/
views/front/apis/schedule.html
@@
-139,7
+139,7
@@
jQuery(document).ready(function(){
<div id="inside_schedule_wrapper" class="common_schedule_wrapper">
{/if}
{$content}
-{if $inDropDown}
+{if $inDropDown
|| $offCanvas
}
</form>
{/if}
</div>