Index: lams_gradebook/web/includes/javascript/blockexportbutton.js =================================================================== RCS file: /usr/local/cvsroot/lams_gradebook/web/includes/javascript/blockexportbutton.js,v diff -u -r1.2 -r1.2.2.1 --- lams_gradebook/web/includes/javascript/blockexportbutton.js 28 Oct 2013 14:28:02 -0000 1.2 +++ lams_gradebook/web/includes/javascript/blockexportbutton.js 18 Nov 2016 12:24:46 -0000 1.2.2.1 @@ -6,7 +6,7 @@ var token = new Date().getTime(); //use the current timestamp as the token value $('#' + areaToBlock).block({ - message: '

' + labelWait + '

', + message: '' + labelWait + '', baseZ: 1000000, fadeIn: 0, css: { @@ -34,4 +34,4 @@ document.location.href = exportExcelUrl + "&downloadTokenValue=" + token; return false; -} \ No newline at end of file +}