Web API: rename 'json' scope to 'query'

This commit is contained in:
buinsky
2015-01-23 01:37:12 +03:00
parent 574c57ee18
commit b30ec46048
6 changed files with 22 additions and 22 deletions

View File

@@ -642,7 +642,7 @@ time_padding = function(val) {
}
loadPreferences = function() {
var url = 'json/preferences';
var url = 'query/preferences';
var request = new Request.JSON({
url: url,
method: 'get',