AugustMiller / kirby-place-field

Deprecated! A simple Google Maps field for Kirby CMS. Please use my Map Field plugin, instead:
https://github.com/AugustMiller/kirby-map-field
21 stars 3 forks source link

Prevent concatenation from causing JS errors #5

Closed JimmyRittenborg closed 9 years ago

JimmyRittenborg commented 9 years ago

But this fixes it.

AugustMiller commented 9 years ago

Thanks, @JimmyRittenborg!

I'd noticed early-on that the Panel actually concatenates all the custom field dependencies directly in-line, but I hadn't yet encountered a situation where other JS was included without "proper" trailing semi-colons.

This is a great one-line improvement!

AugustMiller commented 9 years ago

Going to wait until I can test this out on a project before merging— probably tonight.

AugustMiller commented 9 years ago

Verified. Merging and closing.

AugustMiller commented 9 years ago

Thanks, @JimmyRittenborg! Glad to have you on board.

JimmyRittenborg commented 9 years ago

@AugustMiller you're welcome 👌🏻