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
/
view.js
diff --git
a/project/static/js/views/view.js
b/project/static/js/views/view.js
index
6e7eaaa
..
bc8266c
100644
(file)
--- a/
project/static/js/views/view.js
+++ b/
project/static/js/views/view.js
@@
-31,6
+31,9
@@
var View = Editor.Object.extend({
},
freeze: function(message) {
+ if (this.frozen()) {
+ this.unfreeze();
+ }
this.overlay = this.overlay
|| $('<div><div>' + message + '</div></div>')
.addClass(this.overlayClass)