company-start link
This commit is contained in:
parent
f99aa7f837
commit
9ccdf753a3
|
@ -32,6 +32,7 @@ var global_load = null;
|
||||||
function stopLoad(e) {
|
function stopLoad(e) {
|
||||||
if (!e)
|
if (!e)
|
||||||
e = window.event;
|
e = window.event;
|
||||||
|
if (e) {
|
||||||
if (e.preventDefault)
|
if (e.preventDefault)
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if (e.stopPropagation) {
|
if (e.stopPropagation) {
|
||||||
|
@ -40,6 +41,7 @@ var global_load = null;
|
||||||
e.cancelBubble = true;
|
e.cancelBubble = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
function event(where) {
|
function event(where) {
|
||||||
/* Hotfix Ticket: 215*/
|
/* Hotfix Ticket: 215*/
|
||||||
$(where + ' img').each(function() {
|
$(where + ' img').each(function() {
|
||||||
|
|
Loading…
Reference in New Issue