mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
fixed minor error view modules type string ticket 4165
This commit is contained in:
parent
4298a87a76
commit
709051d281
@ -1004,7 +1004,14 @@ if(!is_snapshot_data($module['datos'])){
|
|||||||
.click (function () {
|
.click (function () {
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
function toggle_full_value(id) {
|
||||||
|
text = $('#hidden_value_module_' + id).html();
|
||||||
|
old_text = $("#value_module_text_" + id).html();
|
||||||
|
|
||||||
|
$("#hidden_value_module_" + id).html(old_text);
|
||||||
|
|
||||||
|
$("#value_module_text_" + id).html(text);
|
||||||
|
}
|
||||||
/* ]]> */
|
/* ]]> */
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user