[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siami
/
js
/
dashboard
/
[
Home
]
File: doctor-details.js
(function($) { /* "use strict" */ var dzChartlist = function(){ var screenWidth = $(window).width(); /* Function ============ */ return { init:function(){ }, load:function(){ }, resize:function(){ } } }(); jQuery(document).ready(function(){ }); jQuery(window).on('load',function(){ setTimeout(function(){ dzChartlist.load(); }, 1000); }); jQuery(window).on('resize',function(){ }); })(jQuery);