Fixing style errors.
This commit is contained in:
parent
931ce8be4a
commit
b2df3e47f8
@ -1592,7 +1592,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function showSocialNetwork() {
|
function showSocialNetwork()
|
||||||
|
{
|
||||||
global $socialnetworks, $object, $form, $object, $langs;
|
global $socialnetworks, $object, $form, $object, $langs;
|
||||||
echo '<script type="text/javascript">$("document").ready(function() {toogleSocialNetwork(false); });</script>';
|
echo '<script type="text/javascript">$("document").ready(function() {toogleSocialNetwork(false); });</script>';
|
||||||
|
|
||||||
|
|||||||
@ -3299,7 +3299,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function showSocialNetwork() {
|
function showSocialNetwork()
|
||||||
|
{
|
||||||
global $socialnetworks, $object, $form, $object, $langs;
|
global $socialnetworks, $object, $form, $object, $langs;
|
||||||
echo '<script type="text/javascript">$("document").ready(function() {toogleSocialNetwork(false); });</script>';
|
echo '<script type="text/javascript">$("document").ready(function() {toogleSocialNetwork(false); });</script>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user