mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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(){
|
||||
|
||||
toggleThemes()
|
||||
PANEL_ROOT = 'body'
|
||||
|
||||
|
||||
makeSidePanel('left')
|
||||
makeSidePanel('right')
|
||||
|
||||
@ -63,19 +65,19 @@ $(function(){
|
||||
top: 50,
|
||||
left: 50,
|
||||
})
|
||||
|
||||
|
||||
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 C', $('<h3>Panel C</h3>'), panel, false)
|
||||
|
||||
makeFilterPanel(panel, '.moo')
|
||||
|
||||
makeSnapshotsPanel(panel, '.moo')
|
||||
|
||||
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