1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var staticLocation = require('./staticLocation')
|
||||
|
||||
function helperGetLocatOrigin () {
|
||||
return staticLocation ? (staticLocation.origin || (staticLocation.protocol + '//' + staticLocation.host)) : ''
|
||||
}
|
||||
|
||||
module.exports = helperGetLocatOrigin
|
||||
Reference in New Issue
Block a user