feat: testimonials template

This commit is contained in:
Jannat Patel
2021-11-16 19:32:05 +05:30
parent af17270c52
commit f08586ee12
7 changed files with 77 additions and 18 deletions

View File

@@ -1,10 +0,0 @@
(() => {
// ../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

View File

@@ -1,7 +0,0 @@
{
"version": 3,
"sources": ["../../../../../apps/community/community/public/js/profile.js"],
"sourcesContent": ["frappe.ready(() => {\n if (frappe.session.user == \"Guest\") {\n var link_array = $('.nav-link').filter((i, elem) => $(elem).text().trim() === \"My Profile\");\n link_array.length && $(link_array[0]).addClass(\"hide\");\n }\n})\n"],
"mappings": ";;AAAA,SAAO,MAAM,MAAM;AACjB,QAAI,OAAO,QAAQ,QAAQ,SAAS;AAClC,UAAI,aAAa,EAAE,aAAa,OAAO,CAAC,GAAG,SAAS,EAAE,MAAM,OAAO,WAAW;AAC9E,iBAAW,UAAU,EAAE,WAAW,IAAI,SAAS;AAAA;AAAA;",
"names": []
}