mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 18:57:12 +00:00
pipe the modes though to js
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script type="text/javascript">
|
||||
var Bands = <?php echo json_encode($bands); ?>;
|
||||
var Modes = <?php echo json_encode($modes); ?>;
|
||||
var user_id = <?php echo $this->session->userdata('user_id'); ?>;
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user