summaryrefslogtreecommitdiff
path: root/public/app/views/user
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-12 04:13:30 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-12 04:13:30 +0300
commit7f37ac9bc171ff3609e49f46466d1cd778e234c1 (patch)
tree44ba8b56d1986451759552e774c44d8863b1a63e /public/app/views/user
parent07494fb1f4a6c5bbbb5aee8c9347517effd4556c (diff)
downloadgyraf1gov-7f37ac9bc171ff3609e49f46466d1cd778e234c1.tar.gz
gyraf1gov-7f37ac9bc171ff3609e49f46466d1cd778e234c1.tar.bz2
gyraf1gov-7f37ac9bc171ff3609e49f46466d1cd778e234c1.zip
addressing issues with content-type, compressing, cache-header, expires
Diffstat (limited to 'public/app/views/user')
-rw-r--r--public/app/views/user/login.php2
-rw-r--r--public/app/views/user/update_properties.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/app/views/user/login.php b/public/app/views/user/login.php
index a9517c6..169a72b 100644
--- a/public/app/views/user/login.php
+++ b/public/app/views/user/login.php
@@ -6,7 +6,7 @@
<?php // header includes
////////////////////////////////////////////////////////////////////////
- Render::view('components/header_includes');
+ Render::view('components/header_includes', [ 'no_dataTables' => true ]);
?>
<style>
:root { /* login-form overides */
diff --git a/public/app/views/user/update_properties.php b/public/app/views/user/update_properties.php
index 7da976d..363016a 100644
--- a/public/app/views/user/update_properties.php
+++ b/public/app/views/user/update_properties.php
@@ -46,7 +46,7 @@
<?php // include select2 supplementary functions
////////////////////////////////////////////////////////////////////////////
- Render::view('js/select2-supplementary');
+ Render::view('js/select2-supplementary', [ 'no_dataTables' => true ]);
?>
<script>