Skip to content

Commit

Permalink
Quickbench now supports https (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenRBS committed Apr 27, 2022
1 parent 15b57ae commit fc001b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/panes/editor.js
Expand Up @@ -691,7 +691,7 @@ Editor.prototype.updateOpenInQuickBench = function () {
}
}, this));

var link = 'http://quick-bench.com/#' + btoa(this.asciiEncodeJsonText(JSON.stringify(quickBenchState)));
var link = 'https://quick-bench.com/#' + btoa(this.asciiEncodeJsonText(JSON.stringify(quickBenchState)));
this.quickBenchButton.attr('href', link);
}
};
Expand Down

0 comments on commit fc001b2

Please sign in to comment.