| Index: chrome/browser/resources/chromeos/login/oobe_screen_network.js
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_network.js b/chrome/browser/resources/chromeos/login/oobe_screen_network.js
|
| index 09fcd917ac44ea4a165562301d4adc0db1533679..f2e401126da656dec17c6c4ffa49a5eb605ebaf4 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_network.js
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_network.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -91,7 +91,8 @@ cr.define('oobe', function() {
|
| messageDiv.textContent = message;
|
| error.appendChild(messageDiv);
|
|
|
| - $('bubble').showContentForElement($('networks-list'), error);
|
| + $('bubble').showContentForElement($('networks-list'), error,
|
| + cr.ui.Bubble.Attachment.BOTTOM);
|
| };
|
|
|
| /**
|
|
|