mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 05:50:25 +01:00
Compare commits
12 Commits
context-de
...
v0.5.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d341428ca1 | ||
|
|
b81b5fdf50 | ||
|
|
964e2b09a9 | ||
|
|
62477c7d9b | ||
|
|
c3c560a48a | ||
|
|
740fae7fd8 | ||
|
|
598784b909 | ||
|
|
bc44aeac4b | ||
|
|
0b806e16d5 | ||
|
|
575ce47d52 | ||
|
|
7c14e6f894 | ||
|
|
8bf3c484cc |
@@ -2,7 +2,7 @@
|
|||||||
"name": "nodebb",
|
"name": "nodebb",
|
||||||
"license": "GPLv3 or later",
|
"license": "GPLv3 or later",
|
||||||
"description": "NodeBB Forum",
|
"description": "NodeBB Forum",
|
||||||
"version": "0.5.2-dev",
|
"version": "0.5.2",
|
||||||
"homepage": "http://www.nodebb.org",
|
"homepage": "http://www.nodebb.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ $(document).ready(function() {
|
|||||||
} else if (data.status === 401) {
|
} else if (data.status === 401) {
|
||||||
app.alertError('[[global:please_log_in]]');
|
app.alertError('[[global:please_log_in]]');
|
||||||
return ajaxify.go('login');
|
return ajaxify.go('login');
|
||||||
} else if (data.statuc === 403) {
|
} else if (data.status === 403) {
|
||||||
app.alertError('[[error:no-privileges]]');
|
app.alertError('[[error:no-privileges]]');
|
||||||
} else if (data.status === 302) {
|
} else if (data.status === 302) {
|
||||||
return ajaxify.go(data.responseJSON.slice(1), callback, quiet);
|
return ajaxify.go(data.responseJSON.slice(1), callback, quiet);
|
||||||
|
|||||||
Reference in New Issue
Block a user