mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 18:50:08 +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;
|
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;
|
-webkit-transition: all 0.6s ease;
|
||||||
-moz-transition: all 0.6s ease;
|
-moz-transition: all 0.6s ease;
|
||||||
|
|||||||
@ -569,8 +569,12 @@ $(function(){
|
|||||||
//toggleThemes('none')
|
//toggleThemes('none')
|
||||||
|
|
||||||
|
|
||||||
|
$.get('fashion.html')
|
||||||
|
.done(function(data){
|
||||||
|
loadMagazineDOM(data)
|
||||||
//setupEditor()
|
//setupEditor()
|
||||||
|
})
|
||||||
|
.always(function(){
|
||||||
// hide the splash...
|
// hide the splash...
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
|
|
||||||
@ -584,6 +588,7 @@ $(function(){
|
|||||||
$('#spinner').spin(false)
|
$('#spinner').spin(false)
|
||||||
MagazineScroller.refresh()
|
MagazineScroller.refresh()
|
||||||
}, 500)
|
}, 500)
|
||||||
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user