From 2c3c471b4eeb0a514b8d8ba1cbee71356eda46d8 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sun, 17 Jul 2016 14:28:18 -0300 Subject: [PATCH] Otimização do carregamento de jasvascript --- admin/admin.db | Bin 340992 -> 0 bytes admin1/head.php | 47 ++++++++++------------------------------------- admin1/headjs.php | 47 +++++++++++++++++++++++++++++++++++++++++++++++ init/head.php | 21 ++------------------- init/headjs.php | 20 ++++++++++++++++++++ 5 files changed, 79 insertions(+), 56 deletions(-) create mode 100644 admin1/headjs.php create mode 100644 init/headjs.php diff --git a/admin/admin.db b/admin/admin.db index 9eb288a..c7f335d 100755 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/admin1/head.php b/admin1/head.php index 0f87b4d..00caa95 100755 --- a/admin1/head.php +++ b/admin1/head.php @@ -1,60 +1,33 @@ - + + + + + + + +i3Geo - - - - - - i3Geo - - - - - - - - - - - - - - - - - - - - - - - - - + "; ?> - - - - -"; + "; ?> diff --git a/init/headjs.php b/init/headjs.php new file mode 100644 index 0000000..a5bcf45 --- /dev/null +++ b/init/headjs.php @@ -0,0 +1,20 @@ + \ No newline at end of file -- libgit2 0.21.2