mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
dist
This commit is contained in:
2
js/dist/alert.js
vendored
2
js/dist/alert.js
vendored
@@ -78,7 +78,7 @@ var Alert = function ($) {
|
||||
var parent = false;
|
||||
|
||||
if (selector) {
|
||||
parent = $(selector)[0];
|
||||
parent = document.querySelector(selector);
|
||||
}
|
||||
|
||||
if (!parent) {
|
||||
|
Reference in New Issue
Block a user