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

Commit

Permalink
fix #97
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Jun 26, 2020
1 parent f2eb9dc commit e665683
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"log": [
{
"ver":"6.6.765.1074",
"date":"2020.06.26",
"content":[
"sort support",
"upgrade mini-apps",
"fix bugs: issues@github: #97"
]
},
{
"ver":"6.6.262.1048",
"date":"2020.02.18",
Expand Down
1 change: 1 addition & 0 deletions css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ smartup.su_apps{
padding: 3px;
background: rgba(255, 255, 255, 0.33);
transition:all .4s ease-in-out;
height: 16px;
}
.box_diredit:hover{
background-color: red;
Expand Down
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ var sub={
copytabele:function(){
var theFunction=function(){
var theIndex=sub.getIndex(sub.getConfValue("selects","n_tab_single"))[0];
chrome.tabs.query({index:theIndex},function(tabs){
chrome.tabs.query({index:theIndex,currentWindow:true},function(tabs){
var cptarget=tabs[0];
var cpcontent=sub.getConfValue("selects","n_copytabele_content");
var clipOBJ=document.body.appendChild(document.createElement("textarea"));
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": "6.6.262.1073",
"version": "6.6.765.1074",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down

0 comments on commit e665683

Please sign in to comment.