Skip to content

Commit

Permalink
docs: upgrade used Trumbowyg version to v2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Feb 27, 2023
1 parent f84c846 commit a266fa3
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion docs/demos/js/loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var isOnline = window.location.hostname.indexOf('github.io') !== -1;
var baseURL = isOnline ? '//rawcdn.githack.com/Alex-D/Trumbowyg/v2.27.1/' : '../../../';
var baseURL = isOnline ? '//rawcdn.githack.com/Alex-D/Trumbowyg/v2.27.2/' : '../../../';
var styleLoadingContainer = document.querySelector('.loading-head');
var scriptLoadingContainer = document.querySelector('.loading-body');

Expand Down
Loading

0 comments on commit a266fa3

Please sign in to comment.