fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update librarian + editor
[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
..
151b10b
100644
(file)
--- a/
redakcja/static/js/wiki/view_summary.js
+++ b/
redakcja/static/js/wiki/view_summary.js
@@
-6,11
+6,6
@@
options.callback = function() {
var self = this;
options.callback = function() {
var self = this;
- // first time page is rendered
- $('#summary-cover-refresh').click(function() {
- self.refreshCover();
- });
-
old_callback.call(this);
}
old_callback.call(this);
}
@@
-19,14
+14,6
@@
SummaryPerspective.prototype = new $.wiki.Perspective();
SummaryPerspective.prototype = new $.wiki.Perspective();
- SummaryPerspective.prototype.refreshCover = function() {
- this.doc.refreshCover({
- success: function(text) {
- $('#summary-cover').attr('src', text);
- }
- });
- };
-
SummaryPerspective.prototype.showCharCount = function() {
var cc;
try {
SummaryPerspective.prototype.showCharCount = function() {
var cc;
try {