PluginProbe
WANotifier for Forms and Actions / 2.4.5
WANotifier for Forms and Actions v2.4.5
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | assets/js/admin.js +0 -21 2.7.32.4.5 View file →
@@ -319,28 +319,7 @@
319 319 $(this).closest('.trigger-fields-wrap').find('option').prop('selected', false);
320 320 $(this).closest('.trigger-fields-wrap').find('select').trigger('change');
321 321 });
322 322
323 - /*****************
324 - * Tools page
325 - ****************/
326 - $(document).on('change', '#notifier_activity_date', function(){
327 - $('.activity-log-preview-wrap').html('');
328 - var currenEle = $(this);
329 - if(currenEle.val() === ''){
330 - return false;
331 - }
332 - currenEle.addClass('disabled-field');
333 - data = {
334 - 'action': 'fetch_activity_logs_by_date',
335 - 'notifier_activity_date': currenEle.val(),
336 - }
337 -
338 - notifierAjax(data, function(response){
339 - currenEle.removeClass('disabled-field');
340 - $('.activity-log-preview-wrap').html(response.preview);
341 - });
342 - });
343 -
344 323 });
345 324
346 325 })(jQuery);