setup an experiment with the scroll based layout...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-12 17:17:06 +04:00
parent 54a39dbcf4
commit eb19688eb6
2 changed files with 3 additions and 0 deletions

View File

@ -762,6 +762,7 @@ $(document).ready(function(){
<p>
<a id="downloader" download="magazine.json">download magazine...</a>
<input type="file" id="upload" name="files[]"/>
<a href="./layout.html">alternative layout</a>
</p>
<hr noshade color="silver">

View File

@ -86,9 +86,11 @@ $(document).ready(function(){
},
function(k){console.log(k)}))
/*
if(!NAVIGATE_RELATIVE_TO_VISIBLE){
$('.viewer').css({overflow: 'hidden'})
}
*/
// expand the templates...
runMagazineTemplates()