diff --git a/examples/acroforms/index.html b/examples/acroforms/index.html index 4d61bad41..4e484727b 100644 --- a/examples/acroforms/index.html +++ b/examples/acroforms/index.html @@ -4,32 +4,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/test/test_slave.html b/test/test_slave.html index c0e4b7203..1c6164c8c 100644 --- a/test/test_slave.html +++ b/test/test_slave.html @@ -19,34 +19,16 @@ limitations under the License. pdf.js test slave - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/web/viewer.html b/web/viewer.html index b8a914d92..f0c064672 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -41,35 +41,16 @@ limitations under the License. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/web/viewer.js b/web/viewer.js index 4e61e371f..dce31614b 100644 --- a/web/viewer.js +++ b/web/viewer.js @@ -49,7 +49,7 @@ var FindStates = { PDFJS.imageResourcesPath = './images/'; //#if (FIREFOX || MOZCENTRAL || B2G || GENERIC || CHROME) -//PDFJS.workerSrc = '../build/pdf.js'; +//PDFJS.workerSrc = '../build/pdf.worker.js'; //#endif var mozL10n = document.mozL10n || document.webL10n;