Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fxnoob committed Mar 13, 2019
2 parents d81ea30 + 1275c60 commit f001681
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
container:
image: node:latest

test_task:
node_modules_cache:
folder: node_modules
fingerprint_script: cat package-lock.json
populate_script: npm install
script: npm run build
14 changes: 14 additions & 0 deletions popup-page/components/setting.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';

export default class setting extends React.Component{
constructor(props) {
super(props);
}
render() {
return(
<div>

</div>
);
}
}
Binary file added src/app/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/utils/urlutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class urlUtil {
});
};
async checkIfIncognitoTabIsOpened(){
let totalResolved = 0;
let totalResolved =0;
return new Promise((resolve, reject) => {
let totalResolved = 0;
this.getAllTabs()
Expand Down

0 comments on commit f001681

Please sign in to comment.