Sha256: 39ffd3c537dcc423bcdbc4e12b0ca9b613eda158464009a66567c28918ca6127

Contents?: true

Size: 284 Bytes

Versions: 20

Compression:

Stored size: 284 Bytes

Contents

(function($) {
	$('#locked_page_<%= @page.id -%>').remove();
	$('#page_<%= @page.id -%> .sitemap_page').removeClass('locked');
	<%- if Page.all_locked_by(current_user).blank? -%>
	$('#subnav_additions label').hide();
	<%- end -%>
	Alchemy.growl('<%= flash[:notice] -%>');
})(jQuery);

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.6.1 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.5 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.4 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.3.1 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.1.beta1 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.3 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.2 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.1 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.rc6 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.rc5 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.rc4 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.rc3 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.rc2 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.rc1 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.pre5 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.pre4 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.pre3 app/views/admin/pages/unlock.js.erb
alchemy_cms-2.0.pre2 app/views/admin/pages/unlock.js.erb