/*global $ */ 'use strict'; $(function() { // Set focus on #type input $('#type').focus(); });