gorhill 7 years ago
parent b92e03eff6
commit 2fa62e12a1

@ -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",

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

Loading…
Cancel
Save