Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
fix #183
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Jan 23, 2022
1 parent aefc146 commit c284325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"log": [
{
"ver":"7.0.145.1134",
"date":"2022.01.22",
"ver":"7.0.146.1135",
"date":"2022.01.23",
"content":[
"new action: Reopen in Incognito Window",
"fix bugs: #190, #191",
"fix bugs: #190, #191, #183",
"action zoom: add new options, Reset default zoom factor as(%) and set the factor when page loaded or reloaded as default one"
]
},
Expand Down
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,7 @@ var suo={
},
fixURL:function(url){
//if()
var fixstrs=["http://","https://","ftp://","chrome://","chrome-extension://","view-source:chrome-extension://","moz-extension://","about://","about:"];
var fixstrs=["file///","extension://","http://","https://","ftp://","chrome://","chrome-extension://","view-source:chrome-extension://","moz-extension://","about://","about:"];
var theFlag=false;
for(var i=0;i<fixstrs.length;i++){
if(url.indexOf(fixstrs[i])==0){
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minimum_chrome_version": "22",
"name": "smartUp Gestures(Beta)",
"short_name":"smartUp",
"version": "7.0.145.1134",
"version": "7.0.146.1135",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down

0 comments on commit c284325

Please sign in to comment.