diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index 04879b10ca3f843ef7ee98a11f9351ae1b90f61a..ab9e8f6928c3a475339641231554e4dd3d127654 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -34,20 +34,6 @@ globalThis.Categorizer = class { } }; -/* -Make everything waiting for this execute. Usage: - -let doSomething = function() { - ... your initialization code goes here ... -}; -if(typeof Categorizer === 'function') { - doSomething(); -} else { - jQuery(document).one('categorizer.ready', doSomething); -} -*/ -jQuery(document).trigger("categorizer.ready"); - /** * Converts an array of strings into a sentence parted by commas. * @param {Array} array ["apple", "banana", "carrot"]