This commit is contained in:
caoqianming 2021-06-02 22:47:30 +08:00
commit 9de9b9fe31
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
.ck-editor__editable { min-height: 600px; } .ck-editor__editable { min-height: 600px; }
</style> </style>
<script> <script>
$(function(){
$('#isgg').switchbutton({ $('#isgg').switchbutton({
checked: true, checked: true,
onChange: function(checked){ onChange: function(checked){
@ -74,7 +74,7 @@
// .catch( error => { // .catch( error => {
// console.error( error ); // console.error( error );
// } ); // } );
})