dlandon / unassigned.devices

Unassigned Devices plugin for unRAID
Other
81 stars 39 forks source link

Wrap css/js calls with autov() #32

Closed ljm42 closed 5 years ago

ljm42 commented 5 years ago

Wrap css/js calls with autov() as described here: https://forums.unraid.net/topic/74032-wrap-cssjs-calls-with-autov/

dlandon commented 5 years ago

I didn't do this because I wanted to be sure it is backwards compatible first. Is this backwards compatible to Unraid 6.4.0?

dlandon commented 5 years ago

Looks like the minimum version after implementing this would be 6.6.0.

ljm42 commented 5 years ago

It looks like 6.4.0 was released in Jan 2018: https://forums.unraid.net/topic/65494-unraid-os-version-640-stable-release-available/ autov() has been in Helpers.php since at least Oct 2015: https://github.com/limetech/webgui/blame/master/plugins/dynamix/include/Helpers.php so it should be compatible going a long way back.

ljm42 commented 5 years ago

thanks!