Download:
child 27:719fe9a76f1e
parent 25:79ae5c1900a2
26:17f590c312bd
Anton Shestakov <engored@ya.ru>, Fri, 11 Jan 2013 17:25:22 +0900
Cleanup.

2 файлов изменено, 1 вставок(+), 2 удалений(-) [+]
static/js/ui.js file | annotate | diff | comparison | revisions
test.py file | annotate | diff | comparison | revisions
--- a/static/js/ui.js Fri Jan 11 17:24:48 2013 +0900
+++ b/static/js/ui.js Fri Jan 11 17:25:22 2013 +0900
@@ -77,7 +77,7 @@
fruitbar.once('workspace', function() {
window.setInterval(function() {
fruitbar.xhrs.push(fruitbar.fetchAll('/' + encodeURIComponent(fruitbar.workspace) + '/all/'));
- }, 6000);
+ }, 60000);
});
Backbone.history.start();
--- a/test.py Fri Jan 11 17:24:48 2013 +0900
+++ b/test.py Fri Jan 11 17:25:22 2013 +0900
@@ -121,4 +121,3 @@
app.config['DATABASE'] = 'test_db'
init_db()
main()
-