2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
This commit is contained in:
Mark Otto
2018-06-21 22:55:23 -07:00
parent e59265c42d
commit eadeab9d1c
36 changed files with 349 additions and 242 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ var Alert = function ($) {
var parent = false;
if (selector) {
parent = $(selector)[0];
parent = document.querySelector(selector);
}
if (!parent) {