Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-20 15:41:07 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-20 15:41:07 +0300
commit38350e62909f06f93902b09e9963056b1ba470f4 (patch)
treeb498d19c397b2bdb4f84f4be66e964ee33ef00e5 /js/.jshintrc
parentdb09b78d4e2214164daf4e530d1c535637ece4b4 (diff)
show error messages if auth or network related things fail
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 15c79d436..9435c5e54 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -44,6 +44,7 @@
"reverse": true,
"items": true,
"enumerate": true,
- "News": true
+ "News": true,
+ "t": true
}
}