extranet/www/dashboard/js/script.js

3 lines
55 B
JavaScript
Raw Normal View History

$(document).ready(function() {
$('#nav').droppy();
});