Skip to content

Commit

Permalink
example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmigelski committed Apr 13, 2015
1 parent 7922939 commit b9f6423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/locator/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var app = (function () {
document.getElementById('loginBtn').onclick = function () {
var user = document.getElementById('username').value;
var password = document.getElementById('password').value;
self.login(user, password, 'http://hosting.shmi.dev:12019');
self.login(user, password);
};
// create a map in the "map" div
map = L.map('map').setView([52.32728615559, 9.798388481140], 14);
Expand Down

0 comments on commit b9f6423

Please sign in to comment.