Changeset 1508758
- Timestamp:
- 10/05/2016 01:46:56 PM (9 years ago)
- File:
-
- 1 edited
-
bluff-post/trunk/views/send/send-start.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bluff-post/trunk/views/send/send-start.php
r1508698 r1508758 58 58 59 59 if (isFinish) { 60 $jq(location).attr('href', '<?php echo esc_url( admin_url( 'admin.php?page=blfpst-send-mail-histories&admin_action=info&send_mail_id=' . $send_mail_id )) ?>');60 $jq(location).attr('href', '<?php echo admin_url( 'admin.php?page=blfpst-send-mail-histories&admin_action=info&send_mail_id=' . $send_mail_id ) ?>'); 61 61 } else { 62 62 $progress_bar.addClass("active");
Note: See TracChangeset
for help on using the changeset viewer.