Skip to content

Commit

Permalink
Merge pull request #23 from Kolyunya/add-support-for-jquery-v3
Browse files Browse the repository at this point in the history
Add support for jQuery v3
  • Loading branch information
Kolyunya committed Jan 10, 2018
2 parents 610ce4e + ff99419 commit 32b642d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions sources/web/js/map-input-widget.js
Expand Up @@ -342,9 +342,7 @@ function MapInputWidget ( widget )
// Use it to get references to widget instances.
var mapInputWidgetManager;

$(window).load
(
function()
$(window).on('load', function()
{

// Create an instance of widget manager
Expand Down
2 changes: 1 addition & 1 deletion sources/web/js/map-input-widget.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32b642d

Please sign in to comment.