some cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-07-04 21:00:59 +04:00
parent 77e5945a31
commit a079466c87

View File

@ -13,41 +13,6 @@
</style>
<!--
<script>
less = {
// or "production"
env: "development",
// load imports async
async: false,
// load imports async when in a page under
// a file protocol
fileAsync: false,
// when in watch mode, time in ms between polls
//poll: 1000,
// user functions, keyed by name
//functions: {},
// or "mediaQuery" or "all"
//dumpLineNumbers: "comments",
// whether to adjust url's to be relative
// if false, url's are already relative to the
// entry less file
//relativeUrls: false,
// a path to add on to the start of every url
//resource
//rootpath: ":/a.com/"
}
</script>
<script src="ext-lib/less.js"></script>
-->
<script src="ext-lib/jquery.js"></script>
<script src="lib/jli.js"></script>
@ -96,9 +61,6 @@ $(function(){
// defaults...
toggleTheme('gray')
toggleImageInfo('on')
// XXX this needs at least an image loaded...
//toggleImageProportions('fit-viewer')
setupIndicators()
autoHideCursor($('.viewer'))