Fix autostore not displaying the error message when over pin limit
This commit is contained in:
@@ -345,6 +345,9 @@ define([
|
||||
};
|
||||
common.getPadAttribute = function (attr, cb, href) {
|
||||
href = Hash.getRelativeHref(href || window.location.href);
|
||||
if (!href) {
|
||||
return void cb('E404');
|
||||
}
|
||||
postMessage("GET_PAD_ATTRIBUTE", {
|
||||
href: href,
|
||||
attr: attr,
|
||||
|
||||
Reference in New Issue
Block a user