fixed minor error view modules type string ticket 4165

This commit is contained in:
daniel 2016-11-03 10:17:41 +01:00
parent 4298a87a76
commit 709051d281

View File

@ -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