From 3526658099b1b1cad8a26425e189b6b817ea0a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 31 Mar 2024 18:55:06 +0200 Subject: [PATCH] remove todo that has been completed --- src/c3nav/editor/static/editor/js/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index e59edb48..5b6bdf31 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -423,7 +423,6 @@ editor = { existing_data = JSON.parse(data_field.val()); } if (existing_data?.wifi?.length || existing_data?.ibeacon?.length > 0) { - // todo: fix this to work with ibeacons collector.removeClass('empty').addClass('done'); collector.find('.wifi-count').text(existing_data?.wifi?.length); collector.find('.ibeacon-count').text(existing_data?.ibeacon?.length);