refactor: renamed app to school
This commit is contained in:
10
school/public/dist/js/website.bundle.HL5DXFIV.js
vendored
Normal file
10
school/public/dist/js/website.bundle.HL5DXFIV.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
(() => {
|
||||
// ../community/community/public/js/profile.js
|
||||
frappe.ready(() => {
|
||||
if (frappe.session.user == "Guest") {
|
||||
var link_array = $(".nav-link").filter((i, elem) => $(elem).text().trim() === "My Profile");
|
||||
link_array.length && $(link_array[0]).addClass("hide");
|
||||
}
|
||||
});
|
||||
})();
|
||||
//# sourceMappingURL=website.bundle.HL5DXFIV.js.map
|
||||
Reference in New Issue
Block a user