Skip to content

Commit ff99419

Browse files
committed
Add support for jQuery v3
1 parent 610ce4e commit ff99419

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sources/web/js/map-input-widget.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,7 @@ function MapInputWidget ( widget )
342342
// Use it to get references to widget instances.
343343
var mapInputWidgetManager;
344344

345-
$(window).load
346-
(
347-
function()
345+
$(window).on('load', function()
348346
{
349347

350348
// Create an instance of widget manager

sources/web/js/map-input-widget.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)