Not yet finished dev
This commit is contained in:
parent
eee4350867
commit
abe4473a79
@ -1367,7 +1367,8 @@ if ($id > 0 || ! empty($ref))
|
|||||||
/*
|
/*
|
||||||
* Lines
|
* Lines
|
||||||
*/
|
*/
|
||||||
if ($conf->use_javascript_ajax && $propal->statut == 0 && $_GET['action'] != 'editline')
|
// We disable with 1 == 2 because until dev is finished.
|
||||||
|
if (1 == 2 && $conf->use_javascript_ajax && $propal->statut == 0 && $_GET['action'] != 'editline')
|
||||||
{
|
{
|
||||||
print '<script>
|
print '<script>
|
||||||
jQuery(document).ready(function(){
|
jQuery(document).ready(function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user