Sha256: 397a7805d2c2783cd832a072ed80d463b03e5690de06930e2ebd1a567e941f8d
Contents?: true
Size: 691 Bytes
Versions: 56
Compression:
Stored size: 691 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 closeGenericModal(); // 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