13 lines
575 B
JavaScript
13 lines
575 B
JavaScript
|
|
/*=========================================================================================
|
||
|
|
File Name: documentation.js
|
||
|
|
Description: Theme documentation js file
|
||
|
|
----------------------------------------------------------------------------------------
|
||
|
|
Item Name: Stack - Responsive Admin Theme
|
||
|
|
Version: 3.2
|
||
|
|
Author: PIXINVENT
|
||
|
|
Author URL: http://www.themeforest.net/user/pixinvent
|
||
|
|
==========================================================================================*/
|
||
|
|
|
||
|
|
$(document).ready(function(){
|
||
|
|
$('body').scrollspy({ target: '#sidebar-page-navigation' });
|
||
|
|
});
|