Sha256: 1b330559152b1a7726908e4b3914f07385c050ec0f0b688590b9d58eccb18934
Contents?: true
Size: 689 Bytes
Versions: 56
Compression:
Stored size: 689 Bytes
Contents
<% if @destroyed %> // Removing the item from the list $('#tr_<%= @resource_options[:item_name] %>_<%= @r_object.id %>').remove(); // Closing the modal if it is opened closeLargeModal(); // Showing Growl Like Message notifySuccess("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(@notification[:message]) %>"); <% else %> // Show the error in a modal showMessageModal("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(@notification[:message]) %>"); // Showing Growl Like Message notifyError("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(@notification[:message]) %>"); <% end %>
Version data entries
56 entries across 56 versions & 1 rubygems