https://bugs.documentfoundation.org/show_bug.cgi?id=103648

--- Comment #5 from Aleksander Machniak <[email protected]> ---
I guess this "undefined" comes from L.Icon.Default.imagePath function in
Icon.Default.js. There's a regexp which does not look good to me.

leafletRe = /[\/^]leaflet[\-\._]?([\w\-\._]*)\.js\??/;

I can find only four script tags with src set. It is:

 <script src="/loleaflet/1.9.6/branding.js"></script>
 <script src="/loleaflet/1.9.6/bundle.js"></script>
 <script src="/loleaflet/1.9.6/toolbar/w2ui.min.js"></script>
 <script src="/loleaflet/1.9.6/toolbar/toolbar.js"></script>

So, what exactly this regexp is suppose to find?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to