Skip to content
Snippets Groups Projects
Verified Commit fa7e4e48 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

rm console.log

parent abd06924
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,6 @@ if (_ID_TO_DISPLAY == 'chrono_number') { ...@@ -33,8 +33,6 @@ if (_ID_TO_DISPLAY == 'chrono_number') {
//VALIDATE_MAIL (contact_check) //VALIDATE_MAIL (contact_check)
if (window.opener.document.getElementById('to_link') != null) { if (window.opener.document.getElementById('to_link') != null) {
console.log(window.opener.document.getElementById('to_link'));
console.log(window.opener.document.getElementById('iframe_tab').contentWindow.document.getElementById('attach_link'));
window.opener.document.getElementById('iframe_tab').contentWindow.document.getElementById('res_id_link').value=<?php echo json_encode($_SESSION['stockCheckbox']); ?>; window.opener.document.getElementById('iframe_tab').contentWindow.document.getElementById('res_id_link').value=<?php echo json_encode($_SESSION['stockCheckbox']); ?>;
<?php <?php
if (_ID_TO_DISPLAY == 'chrono_number') { if (_ID_TO_DISPLAY == 'chrono_number') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment