js chrome und ie

This commit is contained in:
Martin Müller 2014-05-14 07:58:18 +02:00
parent 505b15b5cd
commit 67af9ec9df
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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`;
-- -------------------------------------------------------- -- --------------------------------------------------------