Skip to content

Commit a327cc4

Browse files
Update gitsnippet.html
1 parent e115abc commit a327cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/gitsnippet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$.ajax({
1010
url: "https://raw.githubusercontent.com/{{gitAccount}}/{{gitRepo}}/master/{{gitFile}}",
1111
context: document.body,
12-
crossDomain: true,
12+
dataType: "text",
1313
}).done(function(data) {
1414
$("#testSnippet").html(data)
1515
});

0 commit comments

Comments
 (0)