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:
888c999
)
Commented out the link to delete the member for now.
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 15 Jan 2015 05:47:54 +0000
(
00:47
-0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 15 Jan 2015 05:47:54 +0000
(
00:47
-0500)
views/admin/member/index.html
patch
|
blob
|
history
diff --git
a/views/admin/member/index.html
b/views/admin/member/index.html
index
1fc0b9e
..
efe643b
100644
(file)
--- a/
views/admin/member/index.html
+++ b/
views/admin/member/index.html
@@
-36,7
+36,7
@@
$('#deleteMemberConfirm').click( function() {
$("#deleteMemberDialog").dialog("close");
alert('We need to have this select the "archive" field to delete the member.');
- window.location.href = "{$thisURL}?page={$thisPage}&glm_action=index&option=delete&member_id={$memberID}";
+
//
window.location.href = "{$thisURL}?page={$thisPage}&glm_action=index&option=delete&member_id={$memberID}";
});
$('#deleteMemberCancel').click( function() {
$("#deleteMemberDialog").dialog("close");