mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 10:40:07 +00:00
added auto loader...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ce9f8aba48
commit
7b4e7c20e6
@ -151,7 +151,7 @@ body {
|
||||
|
||||
background: gray;
|
||||
|
||||
box-shadow: 0px 0px 300px 0px rgba(0,0,0,0.1) inset;
|
||||
/*box-shadow: 0px 0px 300px 0px rgba(0,0,0,0.15) inset;*/
|
||||
|
||||
-webkit-transition: all 0.6s ease;
|
||||
-moz-transition: all 0.6s ease;
|
||||
|
||||
@ -569,8 +569,12 @@ $(function(){
|
||||
//toggleThemes('none')
|
||||
|
||||
|
||||
$.get('fashion.html')
|
||||
.done(function(data){
|
||||
loadMagazineDOM(data)
|
||||
//setupEditor()
|
||||
|
||||
})
|
||||
.always(function(){
|
||||
// hide the splash...
|
||||
setTimeout(function(){
|
||||
|
||||
@ -584,6 +588,7 @@ $(function(){
|
||||
$('#spinner').spin(false)
|
||||
MagazineScroller.refresh()
|
||||
}, 500)
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user