2010-10-19 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_edit_modules.php: Fixed a jquery typo for iexplorer browser git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3422 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a955da9bdb
commit
c5d7120674
|
@ -1,3 +1,8 @@
|
|||
2010-10-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/massive/massive_edit_modules.php: Fixed a jquery typo
|
||||
for iexplorer browser
|
||||
|
||||
2010-10-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_io.php: fixed the function "safe_input" when the
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
|
||||
|
||||
// Load global vars
|
||||
check_login ();
|
||||
|
||||
|
@ -340,6 +339,7 @@ else {
|
|||
$modules_row = 'none';
|
||||
$agents_row = '';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@ -481,7 +481,7 @@ $(document).ready (function () {
|
|||
jQuery.post ("ajax.php",
|
||||
{"page" : "operation/agentes/ver_agente",
|
||||
"get_agents_group_json" : 1,
|
||||
"id_group" : this.value,
|
||||
"id_group" : this.value
|
||||
},
|
||||
function (data, status) {
|
||||
$("#id_agents").html('');
|
||||
|
|
Loading…
Reference in New Issue