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
/
panel_container.js
diff --git
a/project/static/js/views/panel_container.js
b/project/static/js/views/panel_container.js
index
aead0e7
..
8d383e1
100644
(file)
--- a/
project/static/js/views/panel_container.js
+++ b/
project/static/js/views/panel_container.js
@@
-30,6
+30,7
@@
var PanelContainerView = View.extend({
refreshButtonClicked: function(event) {
if (this.contentView) {
refreshButtonClicked: function(event) {
if (this.contentView) {
+ console.log('refreshButtonClicked');
this.contentView.reload();
}
},
this.contentView.reload();
}
},