Skip to content

Commit

Permalink
remove jquery ready function
Browse files Browse the repository at this point in the history
  • Loading branch information
easylogic committed Jan 14, 2020
1 parent ad7d0a8 commit 73e27d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/mode-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@

<link rel="stylesheet" href="example.css">
<script type="text/javascript">
$(document).ready(function() {

});

function changeAirMode () {
$('.summernote').summernote('destroy');
$('.summernote').summernote({
Expand Down

0 comments on commit 73e27d5

Please sign in to comment.