updates to website: removed webnotes.cms

This commit is contained in:
Rushabh Mehta
2012-12-07 12:44:45 +05:30
parent 571377a313
commit a494b88ad8
18 changed files with 196 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ wn.provide('erpnext.blog');
var args = d.get_values();
if(!args) return;
wn.call({
method: 'website.blog.add_subscriber',
method: 'website.helpers.blog.add_subscriber',
args: args,
callback: function(r) {
if(r.exc) {