mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Code comment
This commit is contained in:
@@ -119,7 +119,7 @@ if (! defined('JS_JQUERY_DISABLE_DROPDOWN'))
|
|||||||
// Wrapper to manage document_preview
|
// Wrapper to manage document_preview
|
||||||
if ($conf->browser->layout != 'phone')
|
if ($conf->browser->layout != 'phone')
|
||||||
{
|
{
|
||||||
print "\n/* JS CODE TO ENABLE document_preview */\n";
|
print "\n/* JS CODE TO ENABLE document_preview */\n"; // Function document_preview is into header
|
||||||
print '
|
print '
|
||||||
jQuery(document).ready(function () {
|
jQuery(document).ready(function () {
|
||||||
jQuery(".documentpreview").click(function () {
|
jQuery(".documentpreview").click(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user