fixing samples

This commit is contained in:
Ezequiel Bergamaschi
2015-01-31 15:32:09 -03:00
parent 2d3493b648
commit 9f79d8f40a
3 changed files with 4 additions and 9 deletions

View File

@@ -135,6 +135,7 @@ function loadDesignerOptions(jsonConf) {
if (jsonConf) {
$.ajax({
url: jsonConf,
dataType: 'json',
async: false,
method: 'get',
success: function (options) {