fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Visual Editor - questions editing [replace word]
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
view_summary.js
diff --git
a/redakcja/static/js/wiki/view_summary.js
b/redakcja/static/js/wiki/view_summary.js
index
8fdf4b9
..
099a0e8
100644
(file)
--- a/
redakcja/static/js/wiki/view_summary.js
+++ b/
redakcja/static/js/wiki/view_summary.js
@@
-20,9
+20,11
@@
SummaryPerspective.prototype = new $.wiki.Perspective();
SummaryPerspective.prototype.refreshCover = function() {
SummaryPerspective.prototype = new $.wiki.Perspective();
SummaryPerspective.prototype.refreshCover = function() {
+ $('#summary-cover-refresh').attr('disabled', 'disabled');
this.doc.refreshCover({
success: function(text) {
$('#summary-cover').attr('src', text);
this.doc.refreshCover({
success: function(text) {
$('#summary-cover').attr('src', text);
+ $('#summary-cover-refresh').removeAttr('disabled');
}
});
};
}
});
};