Guest User

Untitled

a guest
Mar 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. function wpse35898_admin_head() {
  3. ?>
  4. <script type="text/javascript">
  5. window.onbeforeunload = function() {};
  6. </script>
  7. <?php
  8. }
  9. add_action( 'admin_head' , 'wpse35898_admin_head' );
  10. ?>
  11.  
  12. .................................
  13.  
  14. autosave_ask_before_unload:false
  15. })
Add Comment
Please, Sign In to add comment