changed module link of event_updates and my_company to home

This commit is contained in:
root
2011-06-13 17:55:15 +05:30
parent 983f00ecfe
commit 5c520b6090
2 changed files with 9 additions and 9 deletions

View File

@@ -610,7 +610,7 @@ pscript.home_make_status = function() {
var wrapper = page_body.pages['Event Updates'];
// get values
$c_page('event_updates', 'event_updates', 'get_status_details', user,
$c_page('home', 'event_updates', 'get_status_details', user,
function(r,rt) {
home_status_bar.render(r.message);
@@ -640,7 +640,7 @@ pscript.convert_to_paid = function() {
if(r.exc) { msgprint(r.exc); return; }
$(pscript.trial_box).slideUp();
}
$c_page('event_updates','event_updates','convert_to_paid','',callback)
$c_page('home','event_updates','convert_to_paid','',callback)
}
// show system message