File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ function populate () {
50
50
} ) ;
51
51
}
52
52
53
- if ( ! localStorage [ "metadata" ] ) {
53
+ if ( ! localStorage [ "metadata" ] || location . hash === "#refresh" ) {
54
54
populate ( ) ;
55
55
}
Original file line number Diff line number Diff line change 53
53
54
54
< a class ="btn float-right " target ="_blank " id ="favButton " href ="javascript:void(0) "> Favorites</ a >
55
55
56
+ < button class ="btn dropdown-toggle dropdown_button float-right " type ="button " data-toggle ="dropdown "> Settings< span class ="caret "> </ span > </ button >
57
+ < ul class ="dropdown-menu " id ="main_drop_menu ">
58
+ < li class ="dropdown_button " title ="Refresh data ">
59
+ < a href ="?#refresh "> Refresh</ a >
60
+ </ li >
61
+ </ ul >
56
62
57
-
58
63
< div class ="dropdown ">
59
64
< button class ="btn dropdown-toggle dropdown_button float-right " type ="button " data-toggle ="dropdown "> More Apps< span class ="caret "> </ span > </ button >
60
65
< ul class ="dropdown-menu " id ="main_drop_menu ">
You can’t perform that action at this time.
0 commit comments