Selaa lähdekoodia

Fixed that changing tabs in project settings unselect "Write" tab of project description textarea (#27758).

git-svn-id: http://svn.redmine.org/redmine/trunk@17548 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Jean-Philippe Lang 5 vuotta sitten
vanhempi
commit
f7a8a47570
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      public/javascripts/application.js

+ 1
- 1
public/javascripts/application.js Näytä tiedosto

@@ -342,8 +342,8 @@ function toggleMultiSelect(el) {

function showTab(name, url) {
$('#tab-content-' + name).parent().find('.tab-content').hide();
$('#tab-content-' + name).parent().find('div.tabs a').removeClass('selected');
$('#tab-content-' + name).show();
$('#tab-' + name).closest('.tabs').find('a').removeClass('selected');
$('#tab-' + name).addClass('selected');
//replaces current URL with the "href" attribute of the current link
//(only triggered if supported by browser)

Loading…
Peruuta
Tallenna