Hotlist.biz Widgets Update: New Script Loading Rules
Hotlist.biz has introduced an important update for all widgets with products, categories, and manufacturers. Previously, the :htmlonly parameter was used to disable loading scripts and styles. Now it is replaced by the new :add-javascript parameter, but with the opposite logic.
What this means:
- Previously,
:htmlonlydisabled script loading (useful if you wanted to implement your own dropdown menu script, styles, or other functions). - Now,
:add-javascriptworks the other way — scripts and styles are automatically loaded when it is used. - All widget functions remain the same, only the logic of script inclusion has become more transparent.
Important:
On all pages and in all blocks/menus where the widget was previously used without the :htmlonly parameter, it has been automatically updated with :add-javascript. This means widget scripts are now loaded correctly without any additional manual setup.