Skip to content

Commit 790eb51

Browse files
committed
Revert speed optimization
1 parent 0c086f9 commit 790eb51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery.fontselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389

390390
Fontselect.prototype.addFontLink = function(font){
391391

392-
var link = this.options.api + font + '&text=' + font;
392+
var link = this.options.api + font;
393393

394394
if ($("link[href*='" + font + "']").length === 0){
395395
$('link:last').after('<link href="' + link + '" rel="stylesheet" type="text/css">');

jquery.fontselect.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)