Skip to content

Commit b4e49f8

Browse files
committed
fix wrong id on close button
1 parent 0cd43b3 commit b4e49f8

File tree

1 file changed

+1
-1
lines changed
  • plugins/cc-global-network/admin/assets/js

1 file changed

+1
-1
lines changed

plugins/cc-global-network/admin/assets/js/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jQuery(document).ready(function ($) {
155155
$('#remove-voucher-for-sure').off('click');
156156
$('#remove-voucher-modal').find('.name-display').html(name);
157157
tb_show("Remove voucher", "#TB_inline?width=600&height=350&inlineId=remove-voucher-modal");
158-
$('#close-ask-voucher').on('click', function (e) {
158+
$('#close-remove-voucher').on('click', function (e) {
159159
e.preventDefault();
160160
tb_remove();
161161
return false;

0 commit comments

Comments
 (0)