Javascript update and correction
This commit is contained in:
commit
81a997d703
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1475
public/libs/ui/jquery-ui-i18n.js
vendored
1475
public/libs/ui/jquery-ui-i18n.js
vendored
File diff suppressed because one or more lines are too long
20
public/libs/ui/jquery-ui.js
vendored
20
public/libs/ui/jquery-ui.js
vendored
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@ $(document).ready(function(){
|
|||||||
$('u[tooltip]').each(function(){
|
$('u[tooltip]').each(function(){
|
||||||
$(this).qtip({
|
$(this).qtip({
|
||||||
content: $(this).attr('tooltip'),
|
content: $(this).attr('tooltip'),
|
||||||
style: { lasses: "ui-tooltip-dark" },
|
style: { classes: "ui-tooltip-dark" },
|
||||||
position: {
|
position: {
|
||||||
at: "top center",
|
at: "top center",
|
||||||
my: "bottom center"
|
my: "bottom center"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user