mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-01-12 09:52:52 +08:00
commit
89fd342402
@ -122,14 +122,15 @@ $ss = Database::toArray(Database::search("nodes", Array("group" => "{$rs['group'
|
||||
</div>
|
||||
<script type="text/javascript" src="assets/configuration/prettify.js"></script>
|
||||
<script type="text/javascript">
|
||||
prettyPrint();
|
||||
<script type="text/javascript">
|
||||
prettyPrint();
|
||||
window.onload = function() {
|
||||
$('#server').change(function() {
|
||||
if($(this).children('option:selected').val() != ''){
|
||||
location = "/?page=panel&module=configuration&server=" + $(this).children('option:selected').val();
|
||||
}
|
||||
});
|
||||
}
|
||||
prettyPrint();
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
prettyPrint();
|
||||
window.onload = function() {
|
||||
$('#server').change(function() {
|
||||
if ($(this).children('option:selected').val() !== '') {
|
||||
location = "/?page=panel&module=configuration&server=" + $(this).children('option:selected').val();
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user