1
0
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:
Cameron
2017-10-05 13:14:50 -07:00
parent 9fc0008a00
commit fd199be3e1
3 changed files with 32 additions and 13 deletions

View File

@@ -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() {