display existing tags in the prompt in drive
This commit is contained in:
parent
38e28ebc9a
commit
09433e0bf0
@ -1,4 +1,4 @@
|
|||||||
/efine([
|
define([
|
||||||
'jquery',
|
'jquery',
|
||||||
'/customize/messages.js',
|
'/customize/messages.js',
|
||||||
'/common/common-util.js',
|
'/common/common-util.js',
|
||||||
|
|||||||
@ -278,8 +278,8 @@ define([
|
|||||||
cb();
|
cb();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
common.getPadAttribute = function (attr, cb) {
|
common.getPadAttribute = function (attr, cb, href) {
|
||||||
var href = Hash.getRelativeHref(window.location.href);
|
href = Hash.getRelativeHref(href || window.location.href);
|
||||||
postMessage("GET_PAD_ATTRIBUTE", {
|
postMessage("GET_PAD_ATTRIBUTE", {
|
||||||
href: href,
|
href: href,
|
||||||
attr: attr,
|
attr: attr,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user