Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Nov 7, 2014
1 parent f98f69d commit 00a821b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 更新日志

### 1.2.0

- 修复 Bootstrap 检测 #36
- 修复百度统计的bug #20
- 修复 cnzz 最新版
- google analytic fixed #13
- jiathis fixed #21

### 1.1.0

- 重新规划目录结构
Expand Down
3 changes: 3 additions & 0 deletions js/detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@
}
}

console.log("detector");
console.log(_apps);

// convert to array
var jsonString = JSON.stringify(_apps);
// send back to background page
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if (head) {
var script = document.createElement('script');
script.type = 'application/x-js';
script.type = 'text/javascript';
script.src = chrome.extension.getURL('js/detector.js');

var meta = document.createElement('meta');
Expand Down

0 comments on commit 00a821b

Please sign in to comment.