2013-07-22 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/stat_win.php: Change the order of jquery include file to avoid errors git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8553 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
489bde82e8
commit
dd45550824
|
@ -1,3 +1,8 @@
|
||||||
|
2013-07-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/stat_win.php: Change the order of jquery
|
||||||
|
include file to avoid errors
|
||||||
|
|
||||||
2013-07-22 Sergio Martin <sergio.martin@artica.es>
|
2013-07-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/graphs/flot/pandora.flot.js: Fixed access to
|
* include/graphs/flot/pandora.flot.js: Fixed access to
|
||||||
|
|
|
@ -73,8 +73,8 @@ $label = base64_decode(get_parameter('label', ''));
|
||||||
<link rel="stylesheet" href="../../include/styles/pandora_minimal.css" type="text/css" />
|
<link rel="stylesheet" href="../../include/styles/pandora_minimal.css" type="text/css" />
|
||||||
<script type='text/javaScript' src='../../include/javascript/calendar.js'></script>
|
<script type='text/javaScript' src='../../include/javascript/calendar.js'></script>
|
||||||
<script type='text/javascript' src='../../include/javascript/pandora.js'></script>
|
<script type='text/javascript' src='../../include/javascript/pandora.js'></script>
|
||||||
<script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script>
|
|
||||||
<script type='text/javascript' src='../../include/javascript/jquery-1.7.1.js'></script>
|
<script type='text/javascript' src='../../include/javascript/jquery-1.7.1.js'></script>
|
||||||
|
<script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script>
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
<!--
|
<!--
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
|
Loading…
Reference in New Issue