wacaw/helpdesk

View on GitHub
app/assets/javascripts/helpdesk/admin/tickets.js

Summary

Maintainability
A
0 mins
Test Coverage
// Place all the behaviors and hooks related to the matching controller here.

// All this logic will automatically be available in application.js.

$(document).ready(function(){
    $('a[href*="#"]').click(function(){
        $($(this).attr("href")).effect("highlight", {}, 1500);
    });
});


(function() {
  $(function() {
    return $('.chosen-select').select2({width:'resolve'});
  });

}).call(this)