nuke all curly ticks
This commit is contained in:
parent
94c2c70e6e
commit
f34ddb5c3f
8 changed files with 22 additions and 22 deletions
4
js/tests/unit/bootstrap-alert.js
vendored
4
js/tests/unit/bootstrap-alert.js
vendored
|
|
@ -13,7 +13,7 @@ $(function () {
|
|||
test("should fade element out on clicking .close", function () {
|
||||
var alertHTML = '<div class="alert-message warning fade in">'
|
||||
+ '<a class="close" href="#" data-dismiss="alert">×</a>'
|
||||
+ '<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>'
|
||||
+ '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>'
|
||||
+ '</div>'
|
||||
, alert = $(alertHTML).alert()
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ $(function () {
|
|||
|
||||
var alertHTML = '<div class="alert-message warning fade in">'
|
||||
+ '<a class="close" href="#" data-dismiss="alert">×</a>'
|
||||
+ '<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>'
|
||||
+ '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>'
|
||||
+ '</div>'
|
||||
, alert = $(alertHTML).appendTo('#qunit-fixture').alert()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue