From 9aa89d588ec6832369ff8d487dd5e95d53fd7b8a Mon Sep 17 00:00:00 2001 From: Abby Wheelis Date: Fri, 3 Nov 2023 11:44:46 -0600 Subject: [PATCH] rename remotenotify file hoping to preserve some commit history here remotenotify uses the cloud notif event, so rewritting alongside the rest of the event-driven code --- www/js/splash/{remotenotify.js => remoteNotifyHandler.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename www/js/splash/{remotenotify.js => remoteNotifyHandler.ts} (100%) diff --git a/www/js/splash/remotenotify.js b/www/js/splash/remoteNotifyHandler.ts similarity index 100% rename from www/js/splash/remotenotify.js rename to www/js/splash/remoteNotifyHandler.ts