1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 00:05:08 +12:00
gorhill 2017-09-26 16:49:41 -04:00
parent b92e03eff6
commit 2fa62e12a1
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uMatrix",
"short_name": "uMatrix",
"version": "1.0.1.101",
"version": "1.0.1.102",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img/icon_16.png",

View file

@ -81,7 +81,7 @@ setScriptDirection(vAPI.i18n('@@ui_locale'));
/******************************************************************************/
vAPI.closePopup = function() {
window.open('','_self').close();
window.close();
};
/******************************************************************************/