Show More
Commit Description:
* DRY the toggle button via application_helper.rb#toggle_button and _toggle_button.js.haml...
Commit Description:
* DRY the toggle button via application_helper.rb#toggle_button and _toggle_button.js.haml * bootrapize the user_admin * now considering user.enabled * tidy up route
File last commit:
Show/Diff file:
Action:
app/assets/javascripts/local_jquery.js | 14 lines | 375 B | application/javascript | JavascriptLexer |
//= require jquery
//= require jquery_ujs
//= require jquery.ui.all
//= require jquery.ui.datepicker
//= require jquery.ui.slider
//= require jquery-ui-timepicker-addon
//= require jquery-tablesorter
//= require best_in_place
//= require best_in_place.jquery-ui
$(document).ready(function() {
/* Activating Best In Place */
jQuery(".best_in_place").best_in_place();
});