mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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
5ab8eef006
commit
a459de188f
@ -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>
|
2010-10-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_io.php: fixed the function "safe_input" when the
|
* include/functions_io.php: fixed the function "safe_input" when the
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
|
||||||
|
|
||||||
// Load global vars
|
// Load global vars
|
||||||
check_login ();
|
check_login ();
|
||||||
|
|
||||||
@ -340,6 +339,7 @@ else {
|
|||||||
$modules_row = 'none';
|
$modules_row = 'none';
|
||||||
$agents_row = '';
|
$agents_row = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -481,7 +481,7 @@ $(document).ready (function () {
|
|||||||
jQuery.post ("ajax.php",
|
jQuery.post ("ajax.php",
|
||||||
{"page" : "operation/agentes/ver_agente",
|
{"page" : "operation/agentes/ver_agente",
|
||||||
"get_agents_group_json" : 1,
|
"get_agents_group_json" : 1,
|
||||||
"id_group" : this.value,
|
"id_group" : this.value
|
||||||
},
|
},
|
||||||
function (data, status) {
|
function (data, status) {
|
||||||
$("#id_agents").html('');
|
$("#id_agents").html('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user