|
@@ -62,7 +62,7 @@ const newinConf = {
|
|
|
|
|
|
const newWindowLocation = `width=${newinConf.width}, height=${newinConf.height}, left=${newinConf.left}, top=${newinConf.top} scrollbars=yes`
|
|
|
const openNewWin = function(url) {
|
|
|
- window.open(url, "_blank", newWindowLocation)
|
|
|
+ window.open(url, "newwindow", newWindowLocation)
|
|
|
}
|
|
|
|
|
|
const throttle = function(fn, threshhold) {
|