projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39dfe58
)
Remove console from script
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 25 Jan 2019 14:15:22 +0000
(09:15 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 25 Jan 2019 14:15:22 +0000
(09:15 -0500)
Updating the member list view file.
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
fb21174
..
42cc30b
100755
(executable)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-438,9
+438,6
@@
$('.aLastDisplayed').html(nextStart - 1);
}
numberShown += {$settings.list_pagination_count};
- console.log('shown: ', numberShown);
- console.log( 'nextStart', nextStart);
- console.log( 'totalMembers', totalMembers);
if ( numberShown >= totalMembers ) {
showMoreButton.remove();
}