From 85030cd0f63e89b71659d536b3e31077ea34f906 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Fri, 11 Aug 2023 22:40:33 -0400 Subject: [PATCH] Removal of Appreciate from Interface scripts Removal of Appreciate from Interface scripts It will be in More App where it should have been. --- scripts/defaultScripts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/defaultScripts.js b/scripts/defaultScripts.js index d48974dd94..7529c715d8 100644 --- a/scripts/defaultScripts.js +++ b/scripts/defaultScripts.js @@ -38,7 +38,6 @@ var DEFAULT_SCRIPTS_COMBINED = [ "system/keyboardShortcuts/keyboardShortcuts.js", "system/onEscape.js", "system/onFirstRun.js", - "system/appreciate/appreciate_app.js", "system/places/places.js" //"developer/debugging/scriptMemoryReport.js" ];