Files
sccs_laravel/public/js/scripts/documentation.js
2025-11-04 16:23:40 +05:00

15 lines
607 B
JavaScript

/*=========================================================================================
File Name: documentation.js
Description: Theme documentation js file
----------------------------------------------------------------------------------------
Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
$(function () {
'use strict';
$('body').scrollspy({ target: '#sidebar-page-navigation' });
});