[fix] onshow > on_page_show

This commit is contained in:
Rushabh Mehta
2015-01-29 18:09:11 +05:30
parent 538253e503
commit 06fa46fafe
13 changed files with 19 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.pages['support-analytics'].onload = function(wrapper) {
frappe.pages['support-analytics'].on_page_load = function(wrapper) {
frappe.ui.make_app_page({
parent: wrapper,
title: __('Support Analytics'),