From 1acd8edb53dd8434064dfe66a499f84e96e397bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Aragunde=20P=C3=A9rez?= Date: Mon, 14 May 2018 09:38:49 +0200 Subject: [PATCH] [#401] Extract JS code from viewAreas.php (1/2) In this step, we rename the .php file as .js to preserve the history of the JS code, which accounts for most of the file. We also take advantage to rename the page with a better name. --- web/{viewAreas.php => js/areaManagement.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/{viewAreas.php => js/areaManagement.js} (100%) diff --git a/web/viewAreas.php b/web/js/areaManagement.js similarity index 100% rename from web/viewAreas.php rename to web/js/areaManagement.js