mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
dist
This commit is contained in:
Vendored
+1
-1
@@ -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