Hi,
I want to add the following url to my header. aHtmlRoot script url: (WAUrl absolute: 'https://npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet.js') It fails (because of the encoding(?)) - it tries to load this: https://npmcdn.com/leaflet%401.0.0-rc.3/dist/leaflet.js Can anyone give me a hint what to do with the WAUrl to render correctly? I assume it is easy but I don't get it. Regards Sabine |
Hi Sabine,
That’s probably a bug in one of the #decode: methods on class-side or #encodeOn: decides to encode the @ as Percent-Encoding.
If it’s a bug in the #decode: methods you can create an empty WAUrl and add parts to the path manually. If it’s a bug in the #encodeOn: Methode you may need to fix the method.
Am 10. August 2016 um 13:39:59, Sabine Manaa ([hidden email]) schrieb:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Karsten, thank you! I just found out that aHtmlRoot javascript url: 'http://npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet.js' works. Regards Sabine 2016-08-10 14:43 GMT+02:00 Karsten Kusche [via Smalltalk] <[hidden email]>:
|
Free forum by Nabble | Edit this page |