mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +00:00
some cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e6f3d6001f
commit
803c6ff51a
@ -53,8 +53,10 @@ function toggleAutoHide(){
|
|||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
|
||||||
|
toggleThemes()
|
||||||
PANEL_ROOT = 'body'
|
PANEL_ROOT = 'body'
|
||||||
|
|
||||||
|
|
||||||
makeSidePanel('left')
|
makeSidePanel('left')
|
||||||
makeSidePanel('right')
|
makeSidePanel('right')
|
||||||
|
|
||||||
@ -63,19 +65,19 @@ $(function(){
|
|||||||
top: 50,
|
top: 50,
|
||||||
left: 50,
|
left: 50,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
makeSubPanel('Test Sub Panel A', $('<h1>Panel A</h1>'), panel, true, true)
|
makeSubPanel('Test Sub Panel A', $('<h1>Panel A</h1>'), panel, true, true)
|
||||||
|
|
||||||
makeSubPanel('Test Sub Panel B', $('<h2>Panel B</h2>'), panel, true)
|
makeSubPanel('Test Sub Panel B', $('<h2>Panel B</h2>'), panel, true)
|
||||||
|
|
||||||
makeSubPanel('Test Sub Panel C', $('<h3>Panel C</h3>'), panel, false)
|
makeSubPanel('Test Sub Panel C', $('<h3>Panel C</h3>'), panel, false)
|
||||||
|
|
||||||
makeFilterPanel(panel, '.moo')
|
makeFilterPanel(panel, '.moo')
|
||||||
|
|
||||||
makeSnapshotsPanel(panel, '.moo')
|
makeSnapshotsPanel(panel, '.moo')
|
||||||
|
|
||||||
makeSubPanel('Test Sub Panel D', $('<h2>Panel D</h2>'))
|
makeSubPanel('Test Sub Panel D', $('<h2>Panel D</h2>'))
|
||||||
|
.parents('.panel')
|
||||||
|
.css({
|
||||||
|
top: 100,
|
||||||
|
left: 400,
|
||||||
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user