Guest User

Untitled

a guest
Jul 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ERB Code:
  2. Netcordia.report.reports.notifications_defaults = <%=notification_defaults.to_json%>;
  3.  
  4.  
  5. JS code:
  6. schedBtn.on('click', Netcordia.reports.schedule_dialog.createInterceptor(
  7. function() {
  8. return Netcordia.report.reports.notifications_defaults['EmailSMTPServer'] === null;
  9. }, schedBtn
  10. ).createDelegate(schedBtn, [title, pFile, reportParams, record], true));
Add Comment
Please, Sign In to add comment