silverstripe-iframe/code
Dylan Wagstaff 4fb947d0c7 FIX: Use new resource loading syntax for javascript
SilverStripe 4 vendormodule types make use of an 'expose' composer
directive to allow assets they provide to be accessed by a web request.
Previously the javascript for the iFrame resizing business tried to load
from a static path that no longer exists (referenced inside PHP), which
caused a fatal error. This has been fixed along with making the
conditional code for enforcing a protocol on the page's request a bit more
readable & easily digestable to developers.
2017-11-22 17:11:34 +13:00
..
IFramePage.php This merge will upgrade silverstripe iframe module for compatibility with SS4 2017-06-19 14:51:10 +12:00
IFramePageController.php FIX: Use new resource loading syntax for javascript 2017-11-22 17:11:34 +13:00