File "lock.js"
Full Path: /home/isoftco/public_html/hrm/public/assets/admin/pages/scripts/lock.js
File size: 297 bytes
MIME-type: text/plain
Charset: utf-8
var Lock = function () {
return {
//main function to initiate the module
init: function () {
$.backstretch([
"../../assets/admin/pages/media/bg/1.jpg"
], {
fade: 1000,
duration: 8000
});
}
};
}();