Sha256: c2de13afcb8978f5ff273cdcacfc0002859764e41f7f628d092b613b4f5c2742
Contents?: true
Size: 313 Bytes
Versions: 10
Compression:
Stored size: 313 Bytes
Contents
$(function(){ $("#new_job_suspend_schedule"). on("ajax:success", function(e, data, status, xhr){ $("#suspend-cron-error").hide(); }). on("ajax:error", function(e, xhr, status, error) { $("#suspend-cron-error").show().html("<p>Error: " + xhr.responseJSON.join(' ') + "</p>"); }); });
Version data entries
10 entries across 10 versions & 1 rubygems