mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix coding style part 2
This commit is contained in:
@@ -223,5 +223,3 @@ $(function () {
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -391,5 +391,3 @@ $( "#suggest, #value" ).blur(function() {
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -246,5 +246,3 @@ $( "#name, #suggest, #value" ).blur(function() {
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -13,7 +13,9 @@
|
||||
|
||||
if(is_admin() === false) {
|
||||
echo ('ERROR: You need to be admin');
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
|
||||
?>
|
||||
|
||||
<div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="Delete" aria-hidden="true">
|
||||
@@ -155,4 +157,3 @@ $('#create-group').click('', function(e) {
|
||||
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
@@ -74,5 +74,3 @@ $('#sched-maintenance-removal').click('', function(e) {
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user