diff --git a/MenuTree/dropdown.js b/MenuTree/dropdown.js index 0fa87c7..cd0531e 100644 --- a/MenuTree/dropdown.js +++ b/MenuTree/dropdown.js @@ -10,6 +10,9 @@ +function ($) { 'use strict'; + if (typeof $.fn.dropdown !== 'undefined') + return + // DROPDOWN CLASS DEFINITION // =========================