mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
add lang: cs
This commit is contained in:
@@ -2505,7 +2505,13 @@ foreach (\Nexus\Nexus::getAppendHeaders() as $value) {
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript" src="js/jquery-1.12.4.min.js<?php echo $cssupdatedate?>"></script>
|
||||
<script type="text/javascript">jQuery.noConflict();</script>
|
||||
<script type="text/javascript">
|
||||
jQuery.noConflict();
|
||||
window.nexusLayerOptions = {
|
||||
confirm: {btnAlign: 'c', title: 'Confirm', btn: ['OK', 'Cancel']},
|
||||
alert: {btnAlign: 'c', title: 'Info', btn: ['OK', 'Cancel']}
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="vendor/layer-v3.5.1/layer/layer.js<?php echo $cssupdatedate?>"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user