Skip to content

Commit

Permalink
Updated version to 0.0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpaprotsky committed Dec 17, 2010
1 parent 74fd81d commit b3ad09c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions extension/Chrome/js/listTabs.js
Expand Up @@ -180,6 +180,10 @@ ABBRTM.ListTabs.prototype.getTasksCountByListID = function(listID, reloadCache,
filter = "(" + filter + ") and (status:incomplete)";
}

if (!noteMgr.index) {
noteMgr.prepareIndex();
}

if (tasksCount === undefined) {
tasksCount = overviewList.getFilteredList(filter).length;
}
Expand Down
2 changes: 1 addition & 1 deletion extension/Chrome/manifest.json
@@ -1,7 +1,7 @@
{
"update_url":"http://clients2.google.com/service/update2/crx",
"name": "A Bit Better RTM",
"version": "0.0.2.5",
"version": "0.0.2.7",
"description": "Small improvements for Remember The Milk interface",
"content_scripts": [ {
"js": [ "js/aBitBetterRTM_Loader.js" ],
Expand Down

0 comments on commit b3ad09c

Please sign in to comment.