This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/js/bp-trello.js b/js/bp-trello.js | |
index 56612ad..c8d12ec 100644 | |
--- a/js/bp-trello.js | |
+++ b/js/bp-trello.js | |
@@ -347,8 +347,16 @@ UPDATED | |
//reset | |
bp.math.progressMax = 0; | |
bp.math.progressComplete = 0; | |
- _lists = ModelCacheCache._caches['board_'+getBoard().id]._cache.List; | |
- _cards = ModelCacheCache._caches['board_'+getBoard().id]._cache.Card; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name My Fancy New Userscript | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @match https://play.google.com/apps/publish/* | |
// @require http://code.jquery.com/jquery-latest.js | |
// @copyright 2012+, You | |
// ==/UserScript== |
NewerOlder