将此处注释即可 //$( event.target ).append( message );
I found it in _assets/js/index.js
line:208~213
you can comment in the line: 212
Copy code
$( document ).on( "pagecreate", function( event ) {
//$( event.target ).append( message );
});
I found it in _assets/js/index.js
line:208~213
you can comment in the line: 212
Copy code
$( document ).on( "pagecreate", function( event ) {
//$( event.target ).append( message );
});