mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-03 04:40:10 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4e24861b66
commit
8696254d88
@ -105,9 +105,6 @@ $(function(){
|
|||||||
})
|
})
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//setElementOrigin($('.ribbon-set'), 'top', 'left')
|
|
||||||
|
|
||||||
|
|
||||||
// we have an image file...
|
// we have an image file...
|
||||||
if((DATA_ATTR + '_BASE_URL') in localStorage){
|
if((DATA_ATTR + '_BASE_URL') in localStorage){
|
||||||
BASE_URL = localStorage[DATA_ATTR + '_BASE_URL']
|
BASE_URL = localStorage[DATA_ATTR + '_BASE_URL']
|
||||||
@ -131,7 +128,7 @@ $(function(){
|
|||||||
|
|
||||||
loading
|
loading
|
||||||
.done(function(){
|
.done(function(){
|
||||||
console.log('Loading settings...')
|
showStatus('Loading settings...')
|
||||||
loadLocalStorageSettings()
|
loadLocalStorageSettings()
|
||||||
|
|
||||||
// XXX this will reload everything...
|
// XXX this will reload everything...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user