Code Review
/
controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c136314
)
Call per page clean up if that is defined.
28/128/1
author
lakshya
<lakshya@cisco.com>
Wed, 10 Apr 2013 17:59:46 +0000
(10:59 -0700)
committer
lakshya
<lakshya@cisco.com>
Wed, 10 Apr 2013 17:59:46 +0000
(10:59 -0700)
Signed-off-by: lakshya <lakshya@cisco.com>
opendaylight/web/root/src/main/resources/js/one.js
patch
|
blob
|
history
diff --git
a/opendaylight/web/root/src/main/resources/js/one.js
b/opendaylight/web/root/src/main/resources/js/one.js
index
51e8ea9
..
d517c7f
100644
(file)
--- a/
opendaylight/web/root/src/main/resources/js/one.js
+++ b/
opendaylight/web/root/src/main/resources/js/one.js
@@
-371,6
+371,9
@@
one.main.menu = {
one.main.page = {
load : function(page) {
+ if (one.f !== undefined && one.f.cleanUp !== undefined) {
+ one.f.cleanUp();
+ }
// clear page related
delete one.f;
$('.dashlet', '#main').empty();