Relocated zip.js files

This commit is contained in:
Eric Wood 2012-10-29 15:30:02 -05:00
parent 123ff6e87d
commit cd162739b2
7 changed files with 4 additions and 3 deletions

View File

@ -132,5 +132,6 @@ excelParser = {
};
$(function() {
zip.workerScriptsPath = '/zip/';
excelParser.init();
});

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<title>Excel => LaTeX</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href="https://github.com/eric-wood/excel2latex"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
@ -18,7 +18,7 @@
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="zip.js"></script>
<script type="text/javascript" src="converter.js"></script>
<script type="text/javascript" src="/zip/zip.js"></script>
<script type="text/javascript" src="/converter.js"></script>
</body>
</html>

View File