Sha256: ef6da59f437875a5bb4e425c0cbbf794031c7ce3b75ad1964751edc0cc7a3847
Contents?: true
Size: 265 Bytes
Versions: 11
Compression:
Stored size: 265 Bytes
Contents
// Enable dropdown for multiple actions on show pages. (function() { "use strict"; App.register('component').enter(function() { setTimeout(function() { $('body.new #main_content form input:not([type="hidden"]):first').focus(); }, 10); }) })();
Version data entries
11 entries across 11 versions & 1 rubygems