mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
BC Fix for {SITELINKS} shortcode with expanding links.
This commit is contained in:
@@ -112,7 +112,11 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(":input").tooltip();
|
||||
|
||||
if (typeof tooltip === "function")
|
||||
{
|
||||
$(":input").tooltip();
|
||||
}
|
||||
/*
|
||||
$(":input,label,.e-tip").each(function() {
|
||||
|
||||
|
Reference in New Issue
Block a user