summaryrefslogtreecommitdiff
path: root/public/static/geolocation.js
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-13 18:05:29 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-13 18:05:29 +0200
commitc2ff9cf0e82c36d3b1a514fec36f1c5d20bab862 (patch)
tree4093cf53cc475e1142843144f9a83862a7527e81 /public/static/geolocation.js
parent4ec583098a6e600cb6c1c9feecccc59050060d83 (diff)
use recommended method of calling jquery ready handlers2.0.3
Diffstat (limited to 'public/static/geolocation.js')
-rw-r--r--public/static/geolocation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/geolocation.js b/public/static/geolocation.js
index bc29eff..06537c4 100644
--- a/public/static/geolocation.js
+++ b/public/static/geolocation.js
@@ -1,4 +1,4 @@
-$(document).ready(function() {
+$(function() {
var removeStatus = function() {
$('div.candidatestatus').remove();
};