diff --git a/module/block/control.php b/module/block/control.php index db7582229c..08bdf7e039 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -299,7 +299,7 @@ class block extends control echo "{$this->lang->block->lblBlock}"; echo '' . html::select('moduleBlock', $blockPairs, ($block and $block->source != '') ? $block->block : '', "class='form-control' onchange='getBlockParams(this.value, \"$module\")'") . ''; - if(isset($block->source)) echo ""; + if(isset($block->source)) echo ""; } elseif($mode == 'getblockform') { diff --git a/module/release/js/view.js b/module/release/js/view.js index 49fd05a32f..0e47fd4dfe 100644 --- a/module/release/js/view.js +++ b/module/release/js/view.js @@ -25,7 +25,6 @@ $(function() if(tabPane.size() == 0) return; var formID = tabPane.find('.linkBox').find('form:last'); if(formID.size() == 0) formID = tabPane.find('form:last'); - console.log(formID); setTimeout(function(){fixedTfootAction(formID)}, 100); }); }) diff --git a/module/tutorial/view/index.html.php b/module/tutorial/view/index.html.php index 221ed55f31..ea301d9e87 100644 --- a/module/tutorial/view/index.html.php +++ b/module/tutorial/view/index.html.php @@ -440,7 +440,6 @@ $(function() $progress.find('.progress-text').text(progress + '%'); showTask(current); - console.log('totalCount', totalCount, 'finishCount', finishCount); }; updateUI();