X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;h=1d4f1fc1788ac6b6416e42b2ef72a2f40cb31b8c;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=fff49cb0af62bc9897b165b4636bebb1a31e666f;hpb=120314d9597fde0592600a37d82a3bad431ad5af;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index fff49cb0..1d4f1fc1 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -713,30 +713,6 @@ function get_js_date_picker() global $comp_path, $go_debug; $fpath = $comp_path.'/'.user_company().'/js_cache/'.'date_picker.js'; - $js = " -"; - add_js_source($js); - if (!file_exists($fpath) || $go_debug) { global $dateseps, $date_system;