mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 06:46:01 +01:00
Tab left/right buttons for project menu (#20632).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15067 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -620,6 +620,13 @@ function setupAjaxIndicator() {
|
||||
});
|
||||
}
|
||||
|
||||
function setupTabs() {
|
||||
if($('.tabs').length > 0) {
|
||||
displayTabsButtons();
|
||||
$(window).resize(displayTabsButtons);
|
||||
}
|
||||
}
|
||||
|
||||
function hideOnLoad() {
|
||||
$('.hol').hide();
|
||||
}
|
||||
@@ -677,3 +684,4 @@ $(document).ready(setupAjaxIndicator);
|
||||
$(document).ready(hideOnLoad);
|
||||
$(document).ready(addFormObserversForDoubleSubmit);
|
||||
$(document).ready(defaultFocus);
|
||||
$(document).ready(setupTabs);
|
||||
|
||||
Reference in New Issue
Block a user