add more config parameters to share menu extension
parent
480ba32d78
commit
3075840e6c
|
@ -499,6 +499,8 @@ define([
|
|||
if (typeof(Config.customizeShareOptions) === 'function') {
|
||||
Config.customizeShareOptions(hashes, options, {
|
||||
type: 'DEFAULT',
|
||||
origin: origin,
|
||||
pathname: pathname
|
||||
});
|
||||
}
|
||||
var dropdownConfigShare = {
|
||||
|
@ -590,7 +592,9 @@ define([
|
|||
|
||||
if (typeof(Config.customizeShareOptions) === 'function') {
|
||||
Config.customizeShareOptions(hashes, options, {
|
||||
type: 'FILE'
|
||||
type: 'FILE',
|
||||
origin: origin,
|
||||
pathname: pathname
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue