// Enable dropdown for multiple actions on show pages. App.ready(function() { "use strict"; setTimeout(function() { $('body.new #main_content form input:not([type="hidden"]):first').focus(); }, 10); });