One small change to use field value even if you haven't save settings.

pull/292/head
morpheus65535 6 years ago
parent a80d425398
commit 71421de09e

@ -1367,7 +1367,7 @@
<script> <script>
$('.test_notification').on('click', function() { $('.test_notification').on('click', function() {
$.ajax({ $.ajax({
url: "{{base_url}}test_notification/" + encodeURIComponent($(this).data("notification")), url: "{{base_url}}test_notification/" + encodeURIComponent($(this).prev().val()),
beforeSend: function () { beforeSend: function () {
$('#loader').addClass('active'); $('#loader').addClass('active');
}, },

Loading…
Cancel
Save