Merge "Clear spinner after window.print"

This commit is contained in:
jenkins-bot 2017-11-27 21:18:37 +00:00 committed by Gerrit Code Review
commit f7578813e3
1 changed files with 1 additions and 1 deletions

View File

@ -46,8 +46,8 @@
function doPrint() {
self.timeout = clearTimeout( self.timeout );
hideSpinner();
window.print();
hideSpinner();
}
// The click handler may be invoked multiple times so if a pending print is occurring