Fix font picker

This commit is contained in:
Mister Rajoy
2021-05-10 18:45:40 +02:00
parent 82cdcd904a
commit 814d84f4e6
2 changed files with 125 additions and 561 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,6 +8,7 @@
* @url https://github.com/av01d/fontpicker-jquery-plugin
*/
(function($){
var pluginName = 'fontpicker';
@@ -6161,3 +6162,5 @@
});
};
})(jQuery);
start()