fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
[redakcja.git]
/
platforma
/
static
/
js
/
views
/
gallery.js
diff --git
a/platforma/static/js/views/gallery.js
b/platforma/static/js/views/gallery.js
index
e0e3dc7
..
176b0ab
100644
(file)
--- a/
platforma/static/js/views/gallery.js
+++ b/
platforma/static/js/views/gallery.js
@@
-182,7
+182,11
@@
var ImageGalleryView = View.extend({
offset.y = vp_height-MARGIN;
$page.css({left: offset.x, top: offset.y});
offset.y = vp_height-MARGIN;
$page.css({left: offset.x, top: offset.y});
- },
+ },
+
+ reload: function() {
+ this.model.load(true);
+ },
renderImage: function(target)
{
renderImage: function(target)
{