fix another strikethrough corner case

This commit is contained in:
Oliver Gorwits
2013-09-22 18:14:37 +01:00
parent e31f17a5a4
commit a09d494858

View File

@@ -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(