/var/www/vhosts/bsbdokum.com.tr/httpdocs/admin/assets/js/pages/custom/education/student
Edit: /var/www/vhosts/bsbdokum.com.tr/httpdocs/admin/assets/js/pages/custom/education/student/profile.js (362B)
"use strict";
// Class definition
var KTAppsEducationStudentProfile = function () {
// Base elements
var avatar;
var initAvatar = function() {
avatar = new KTImageInput('kt_user_avatar');
}
return {
// public functions
init: function() {
initAvatar();
}
};
}();
jQuery(document).ready(function() {
KTAppsEducationStudentProfile.init();
});