Enforces trailing spaces

This commit is contained in:
Yury Delendik 2013-07-01 11:25:46 -05:00
parent ba87d2fe11
commit 3461d02d05
6 changed files with 12 additions and 11 deletions

View file

@ -30,7 +30,7 @@ function showViewer(url) {
// Cancel page load and empty document.
window.stop();
document.body.textContent = '';
replaceDocumentWithViewer(url);
}
function makeLinksAbsolute(doc) {