Skip to content

Commit

Permalink
Fix settings url generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Dal Sie authored and Antonio Dal Sie committed Jun 12, 2016
1 parent c086a1e commit aafb4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div>

<script type="text/javascript">
var site_url = "<?php echo url() ?>",
var site_url = "<?php echo url('/') ?>",
base_url = "<?php echo $baseUrl ?>/",
asset_url = "<?php echo $assetUrl ?>",
save_url = "<?php echo route('admin_settings_save', array($config->getOption('name'))) ?>",
Expand Down

0 comments on commit aafb4a8

Please sign in to comment.