The autosave plugin isn't added to the init:
tinyMCE.init({
mode : "exact",
theme : "advanced",
plugins : "safari,iespell,preview,contextmenu,paste,fullscreen",
theme_advanced_buttons1 : "bold,italic,underline,|,fontselect,fontsizeselect,cut,copy,paste,pastetext,pasteword,|,undo,redo,|,forecolor,selectall,removeformat,iespell,fullscreen",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
I also checked to see if the autosave plugin was being attached. The js files aren't being loaded and I commented out the code that loads the plugin. The message still appears. This message isn't the same as the autosave message which gets it's message text from the en.js file.
the autosave message is:
autosave:{
unload_msg:"The changes you made will be lost if you navigate away from this page."
}
The message I'm receiving is:
"Are you sure you want to navigate away from this page?
Press OK to continue, or Cancel to stay on the current page."
-I'm pretty lost to where this message is coming from...