We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e115abc commit a327cc4Copy full SHA for a327cc4
_includes/gitsnippet.html
@@ -9,7 +9,7 @@
9
$.ajax({
10
url: "https://raw.githubusercontent.com/{{gitAccount}}/{{gitRepo}}/master/{{gitFile}}",
11
context: document.body,
12
- crossDomain: true,
+ dataType: "text",
13
}).done(function(data) {
14
$("#testSnippet").html(data)
15
});
0 commit comments