fixing samples

This commit is contained in:
Ezequiel Bergamaschi
2015-01-31 15:32:09 -03:00
parent 687bc582d0
commit a8cb63d0d8
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) {