| Current Path : /home/zieirix/www/templates/it_medical/js/ |
| Current File : /home/zieirix/www/templates/it_medical/js/template.js |
(function($) {
// Move the Offcanvas Toggle button in the Header
$(document).ready(function() {
$("div.g-offcanvas-toggle:not(.offcanvas-toggle-particle)").prependTo($("#g-header"));
});
// Copyright Border
$(document).ready(function() {
if( $('#g-copyright').length ) {
$('<div class="g-copyright-border"></div>').prependTo($("#g-copyright .g-container"));
}
});
})(jQuery);