fix another strikethrough corner case
This commit is contained in:
@@ -82,6 +82,14 @@ function update_content(from, to) {
|
|||||||
var pgtitle = $('#nd_device-name').text() +' - '+ $('#'+ to + '_link').text();
|
var pgtitle = $('#nd_device-name').text() +' - '+ $('#'+ to + '_link').text();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// navbar text decoration special case
|
||||||
|
if (to != 'device') {
|
||||||
|
$('#nq').css('text-decoration', 'none');
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
form_inputs.each(function() {device_form_state($(this))});
|
||||||
|
}
|
||||||
|
|
||||||
if (window.History && window.History.enabled && is_from_state_event == 0) {
|
if (window.History && window.History.enabled && is_from_state_event == 0) {
|
||||||
is_from_history_plugin = 1;
|
is_from_history_plugin = 1;
|
||||||
window.History.pushState(
|
window.History.pushState(
|
||||||
|
|||||||
Reference in New Issue
Block a user