Skip to content

Commit 5eeeafe

Browse files
authored
Merge pull request #160 from nucliweb/fix/help-tooltip
Added dataType text to method $.get in help-tooltip.js file
2 parents 43f9e97 + a2735a6 commit 5eeeafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/help-tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$.get('sketch.js', function(data) {
44
var helpText = getCommentBlock(data);
55
if (helpText) createHelp(helpText);
6-
});
6+
}, 'text');
77

88
function getCommentBlock(data) {
99
// RegEx from https://github.com/yavorskiy/comment-parser/blob/master/parser.js

0 commit comments

Comments
 (0)