Skip to content

Commit

Permalink
Modify js and css file path
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed May 2, 2015
1 parent 9ef8529 commit 4c19365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions View/BbsPosts/edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
*/
?>

<?php //echo $this->Html->script('/net_commons/base/js/workflow.js', false); ?>
<?php echo $this->Html->script('/net_commons/base/js/wysiwyg.js', false); ?>
<?php echo $this->Html->script('/net_commons/js/wysiwyg.js', false); ?>
<?php echo $this->Html->script('/bbses/js/bbses.js', false); ?>

<div id="nc-bbs-post-<?php echo $frameId; ?>" ng-controller="BbsPosts"
Expand Down

0 comments on commit 4c19365

Please sign in to comment.