projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b604c1
)
Gulpified previous commit
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 13 Dec 2017 16:50:13 +0000
(11:50 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 13 Dec 2017 16:50:13 +0000
(11:50 -0500)
js/frontRegApp.js
patch
|
blob
|
history
diff --git
a/js/frontRegApp.js
b/js/frontRegApp.js
index
c9c7c78
..
817d56b
100644
(file)
--- a/
js/frontRegApp.js
+++ b/
js/frontRegApp.js
@@
-889,8
+889,8
@@
app.Views.Front.RegRequestRegistrant = Backbone.View.extend({
var newId = 0;
app.Views.Front.RegTime = Backbone.View.extend({
tagName: 'div',
-
- className: '
glm-row
',
+
+ className: '
reg-class-time
',
template: _.template( jQuery('#regTime-template').html() ),
@@
-1030,9
+1030,9
@@
app.Views.Front.RegistrantForm = Backbone.View.extend({
className: function(){
if ( app.timeSpecific === true ) {
- return 'new-reg';
+ return 'new-reg
new-reg-time
';
} else {
- return 'new-reg-notime';
+ return 'new-reg
new-reg
-notime';
}
},