From c2ff9cf0e82c36d3b1a514fec36f1c5d20bab862 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 13 May 2019 18:05:29 +0200 Subject: use recommended method of calling jquery ready handlers --- public/static/geolocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/static/geolocation.js') 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(); }; -- cgit v1.2.3