Skip to content

Commit

Permalink
Merge pull request #14 from osu-wams/update-osu-iconts
Browse files Browse the repository at this point in the history
Update OSU Icons URL in plugin files
  • Loading branch information
emerham authored Sep 10, 2024
2 parents 4c95b71 + 733b835 commit e0495b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/plugins/osu_icons/dialogs/osu_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ CKEDITOR.dialog.add("osu_iconsDialog", function(editor) {

// Load OSU Icons from json file
const osuIconUrl =
"https://cdn.icomoon.io/155267/OregonStateBrandIcons/selection.json?8rsof6";
"https://cdn.icomoon.io/155267/OregonStateBrandIcons/selection.json?6642o2";
$.getJSON(osuIconUrl, function(data) {
$.each(data.icons, function(key, val) {
$(`${e_class} .osu-icons`).append(
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/osu_icons/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Add plugin CSS to allow icons to be rendered in current editor.
const cssPath = `${this.path}styles/osu_icons.css`;
const osuIconUrl =
'https://cdn.icomoon.io/155267/OregonStateBrandIcons/style-cf.css?8rsof6';
'https://cdn.icomoon.io/155267/OregonStateBrandIcons/style-cf.css?6642o2';

editor.addContentsCss(cssPath);
CKEDITOR.document.appendStyleSheet(cssPath);
Expand Down

0 comments on commit e0495b5

Please sign in to comment.