* Chang testtask block link.

This commit is contained in:
滔哥
2017-12-06 17:05:58 +08:00
parent acf1410e59
commit 5b1e544dff
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,4 +66,4 @@ var module = '<?php echo $module?>';
var useGuest = <?php echo $useGuest ? 'true' : 'false';?>;
</script>
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php if(isset($pageJS)) js::execute($pageJS);?>
<?php if(isset($pageJS)) js::execute($pageJS);?>