Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 28, 2015
1 parent 497e0f0 commit f4f7d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "µBlock",
"version": "0.8.8.5",
"version": "0.8.9.0",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down
4 changes: 2 additions & 2 deletions src/js/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

(function() {

quickProfiler.start('start.js');
//quickProfiler.start('start.js');

/******************************************************************************/

Expand All @@ -51,7 +51,7 @@ var onAllReady = function() {
// for launch time.
µb.assets.allowRemoteFetch = true;

quickProfiler.stop(0);
//quickProfiler.stop(0);

vAPI.onLoadAllCompleted();
};
Expand Down

0 comments on commit f4f7d56

Please sign in to comment.