2010-11-11 Miguel de Dios <miguel.dedios@artica.es>
* extensions/insert_data.php: fixed to force include the "autocomplete" library javascript. Fixes: #3103590 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3576 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3502d79055
commit
06a51ea23e
|
@ -1,3 +1,10 @@
|
|||
2010-11-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/insert_data.php: fixed to force include the "autocomplete"
|
||||
library javascript.
|
||||
|
||||
Fixes: #3103590
|
||||
|
||||
2010-11-11 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/fgraph.php: Fixed session auth for
|
||||
|
|
|
@ -147,6 +147,7 @@ function mainInsertData() {
|
|||
require_jquery_file ('ui.core');
|
||||
require_jquery_file ('ui.datepicker');
|
||||
require_jquery_file ('timeentry');
|
||||
require_jquery_file ('autocomplete');
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
|
|
Loading…
Reference in New Issue