diff options
| author | XhmikosR <[email protected]> | 2015-05-17 12:43:04 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-17 12:43:20 +0300 |
| commit | 315907c97cf9e039c83cf71e3c0a049ea0e24798 (patch) | |
| tree | c6643498f80da5794d93030294d3bfca4999eeef /js | |
| parent | cf211a96548ca5b24d3d46a4e2f583f7a98c4108 (diff) | |
| download | bootstrap-315907c97cf9e039c83cf71e3c0a049ea0e24798.tar.xz bootstrap-315907c97cf9e039c83cf71e3c0a049ea0e24798.zip | |
Use `https` when possible.
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/popover.js b/js/tests/unit/popover.js index a25df3a58..d4c016fc7 100644 --- a/js/tests/unit/popover.js +++ b/js/tests/unit/popover.js @@ -187,7 +187,7 @@ $(function () { QUnit.test('should render popover element using delegated selector', function (assert) { assert.expect(2) - var $div = $('<div><a href="#" title="mdo" data-content="http://twitter.com/mdo">@mdo</a></div>') + var $div = $('<div><a href="#" title="mdo" data-content="https://twitter.com/mdo">@mdo</a></div>') .appendTo('#qunit-fixture') .bootstrapPopover({ selector: 'a', |
