Skip to content

Commit

Permalink
use latest terminal-prism for bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 23, 2024
1 parent 5aabdcc commit 5909e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/js/bookmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ javascript:(function(next) {
return branch;
}
}
const REF = await hash('master');
const REF = await hash('devel');
function init() {
$('.terminal.lips').each(function() {
$(this).terminal().destroy().remove();
Expand Down Expand Up @@ -163,7 +163,7 @@ javascript:(function(next) {
[
`${cdn}/gh/jcubic/jquery.terminal@devel/css/jquery.terminal.min.css`,
`${cdn}/${LIPS}/lib/css/terminal.css`,
`${cdn}/npm/terminal-prism/css/prism-coy.css`
`${cdn}/npm/terminal-prism@0.4.1/css/prism-coy.css`
].forEach(function(url) {
if (!$('link[href="' + url + '"]').length) {
var link = $('<link href="' + url + '" rel="stylesheet"/>');
Expand Down

0 comments on commit 5909e39

Please sign in to comment.