Easy Sharing Across Courses -- Project Format & Sharing Cart

Re: Re: Sharing Cart locking down edit functions after update

by Amanda Doughty -
Number of replies: 0
Picture of Core developers Picture of Plugin developers
I have fixed our issues by editing mod/bootstrapelements/amd/src/fontawesome-iconpicker.js

In 2 places remove:

(function(a) {
"use strict";
if (typeof define === "function" && define.amd) {
define([ "jquery" ], a);
} else if (window.jQuery && !window.jQuery.fn.iconpicker) {
a(window.jQuery);
}
})(function(a) {
"use strict";



and replace with:

define(['jquery'], function(a) {