js chrome und ie
This commit is contained in:
parent
505b15b5cd
commit
67af9ec9df
|
@ -54,7 +54,7 @@ var global_load = null;
|
||||||
$(where + ' .dropdown-toggle').dropdown();
|
$(where + ' .dropdown-toggle').dropdown();
|
||||||
$(where + " a").tooltip();
|
$(where + " a").tooltip();
|
||||||
;
|
;
|
||||||
$(where + " a").each(function(that) {
|
$(where + " a").not('[href*="mailto:"]').each(function(that) {
|
||||||
if ($(this).attr("rel") !== "external" && $(this).attr("ref") !== "eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice") && !$(this).parents('form').hasClass('tableForm'))
|
if ($(this).attr("rel") !== "external" && $(this).attr("ref") !== "eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice") && !$(this).parents('form').hasClass('tableForm'))
|
||||||
$(this).click(function(e) {
|
$(this).click(function(e) {
|
||||||
stopLoad(e);
|
stopLoad(e);
|
||||||
|
|
|
@ -18,8 +18,8 @@ SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
||||||
--
|
--
|
||||||
-- Datenbank: `muellersql2`
|
-- Datenbank: `muellersql2`
|
||||||
--
|
--
|
||||||
CREATE DATABASE `muellersql2` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
|
-- CREATE DATABASE `muellersql2` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
|
||||||
USE `muellersql2`;
|
-- USE `muellersql2`;
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue