michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

remove old datepicker calls #465

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I see 'file not found' errors in server log.

r561> diff header.php.orig header.php
84,86d83
<       <link rel="stylesheet" media="all" type="text/css" href="<?php echo 
BASE_URI; ?>includes/js/datepicker/datepicker.css" />
<       <script type="text/javascript" src="<?php echo BASE_URI; 
?>includes/js/datepicker/bootstrap-datepicker.js"></script>
< 

The datepicker has been moved to includes/js/bootstrap-datepicker/ and is 
loaded in the following 2 lines from there.

Original issue reported on code.google.com by r...@netbreaker.de on 3 May 2014 at 1:57