Add detail page favourited state

This commit is contained in:
Prateeksha Singh
2018-08-14 01:31:03 +05:30
parent c5a9972785
commit 1a0fb5b63a
5 changed files with 40 additions and 26 deletions

View File

@@ -35,9 +35,9 @@ hub.call = function call_hub_method(method, args={}) {
}
erpnext.hub.cache[key] = r.message;
resolve(r.message)
resolve(r.message);
}
reject(r)
reject(r);
})
.fail(reject)
});