Skip to content

Commit

Permalink
[FIXED JENKINS-28948] Display timestamp settings within the side panel
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenGBrown committed Jul 11, 2015
1 parent 5ff1222 commit 03756c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ function timestampFound() {
new Ajax.Updater(
element,
rootURL + '/extensionList/hudson.console.ConsoleAnnotatorFactory/hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory/usersettings',
{ insertion: Insertion.After, onComplete: init }
{ insertion: Insertion.Bottom, onComplete: init }
);
}

Expand Down

0 comments on commit 03756c0

Please sign in to comment.