projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d41d721
)
eww..one second thought, don't resize image on orientation change yet
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 8 Jan 2011 01:38:21 +0000
(20:38 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 8 Jan 2011 01:38:21 +0000
(20:38 -0500)
ansel/js/mobile.js
patch
|
blob
|
history
diff --git
a/ansel/js/mobile.js
b/ansel/js/mobile.js
index
77984e9
..
b8b7325
100644
(file)
--- a/
ansel/js/mobile.js
+++ b/
ansel/js/mobile.js
@@
-313,9
+313,9
@@
var AnselMobile = {
$('body').bind('orientationchange', function() {
AnselMobile.centerGrid();
- if ($('#anselimageview').find('img').length) {
- AnselMobile.resize($('#anselimageview').find('img'));
- }
+
//
if ($('#anselimageview').find('img').length) {
+
//
AnselMobile.resize($('#anselimageview').find('img'));
+
//
}
});
}
};