mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Revert "Merge branch '1196-Time-range-en-gráficas-de-módulo-dev' into 'develop'"
This reverts merge request !722
This commit is contained in:
parent
f96032eeaa
commit
e250e0eeae
@ -531,14 +531,4 @@ ui_include_time_picker(true);
|
|||||||
$(window).resize(function() {
|
$(window).resize(function() {
|
||||||
$("#field_list").css('height', ($(window).height() - 160) + 'px');
|
$("#field_list").css('height', ($(window).height() - 160) + 'px');
|
||||||
});
|
});
|
||||||
|
|
||||||
<?php
|
|
||||||
// If the user is not an admin, not allowed to change the time range
|
|
||||||
if (!users_is_admin()) {
|
|
||||||
?>
|
|
||||||
$("#period_select").attr('disabled', 'disabled');
|
|
||||||
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user