Skip to content
Snippets Groups Projects
Commit 82f6dd2d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Removed useless code

parent 76c3229b
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,6 @@ class FormOther ...@@ -196,7 +196,6 @@ class FormOther
function select_color($set_color='', $prefix='f_color', $form_name='objForm') function select_color($set_color='', $prefix='f_color', $form_name='objForm')
{ {
print "\n".'<table class="nobordernopadding"><tr><td valign="middle">'; print "\n".'<table class="nobordernopadding"><tr><td valign="middle">';
print '<link rel="stylesheet" type="text/css" href="'.DOL_URL_ROOT.'/theme/common/colorpicker.css" />'."\n";
print '<script type="text/javascript" src="'.DOL_URL_ROOT.'/lib/lib_colorpicker.js"></script>'."\n"; print '<script type="text/javascript" src="'.DOL_URL_ROOT.'/lib/lib_colorpicker.js"></script>'."\n";
print '<script type="text/javascript"> print '<script type="text/javascript">
window.onload = function() window.onload = function()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment