Feature: Warning popup when doctype is not yet save

@doca

refresh: function(frm) {
        window.onbeforeunload = function() {
                if(frm.is_dirty()){ return 'A valid String';}
                else { return; }
        }
}