Skip to content

Commit

Permalink
improve js include
Browse files Browse the repository at this point in the history
  • Loading branch information
kaestel committed Oct 4, 2013
1 parent 16c6ebe commit ec84c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/js-include/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
document.write('<script type="text/javascript" src="<?= $path ? $path : "" ?>/js/<?= $file ?>.js"></script>');
<? endif; ?>

document.cookie = "segment=$device["segment"]";
document.cookie = "segment=<?= $device["segment"] ?>";

0 comments on commit ec84c98

Please sign in to comment.