File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5454 }
5555 </ style >
5656
57- < div id ='wrapper ' class ='{{ instance.isOnline ? "online" : "offline" }} '
58- hidden? ='{{model.globalSettings.mode!=ui_constants.Mode.GET}} '>
57+ < div id ='wrapper ' class ='{{ instance.isOnline ? "online" : "offline" }} '>
5958 < p id ='description ' hidden? ='{{ !instance.description }} '>
6059 < bdi style ='display:inline '> {{ instance.description }}</ bdi >
6160 < span class ='verified '
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ Polymer({
2626 this . ui = ui ;
2727 this . ui_constants = ui_constants ;
2828 this . GettingState = social . GettingState ;
29- this . model = model ;
3029 this . sas = null ;
3130 // Whether this is the side that started verification. The sides
3231 // of the verification show different UIs.
You can’t perform that action at this time.
0 commit comments