fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Definiowanie console, jeżeli nie zostało wcześniej zdefiniowane (nie chcemy, żeby...
[redakcja.git]
/
project
/
static
/
js
/
views
/
gallery.js
diff --git
a/project/static/js/views/gallery.js
b/project/static/js/views/gallery.js
index
ad17c4b
..
fe54b93
100644
(file)
--- a/
project/static/js/views/gallery.js
+++ b/
project/static/js/views/gallery.js
@@
-79,6
+79,8
@@
var ImageGalleryView = View.extend({
this.$pageInput.val( (this.currentPage+1) );
},
this.$pageInput.val( (this.currentPage+1) );
},
+ reload: function() {},
+
modelStateChanged: function(property, value) {
if (value == 'loading') {
this.parent.freeze('Ładowanie...');
modelStateChanged: function(property, value) {
if (value == 'loading') {
this.parent.freeze('Ładowanie...');