mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-19 06:45:11 +00:00
4 lines
152 B
JavaScript
4 lines
152 B
JavaScript
wn.pages['attributions'].onload = function(wrapper) {
|
|
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find(".layout-appframe"),
|
|
"Attributions");
|
|
} |