Skip to content
Snippets Groups Projects
Commit e60cc005 authored by alvaro's avatar alvaro
Browse files

add dataType when retrievbing query

parent d4fb9398
No related branches found
No related tags found
No related merge requests found
$(document).ready(function(){
var relPos = "../visualbox/components/";
var relPos = "../lodspeakr/components/";
var currentXhr = null;
var templateBuffer = '';
var queryBuffer = '';
......@@ -232,7 +232,6 @@ $(document).ready(function(){
$.ajax({
cache: false,
url: fileUrl,
dataType: 'text',
success: function(data){
templateEditor.setValue(data);
templateBuffer = data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment