Created
August 20, 2015 03:27
-
-
Save tkc/670ef12044f2c3bfc7bd to your computer and use it in GitHub Desktop.
window.data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<SCRIPT language="JavaScript"> | |
window.data = { | |
'user_id':<?php echo Auth::user()->id ?>, | |
'article_id':<?php echo $article->id ?> | |
} | |
</SCRIPT> |
Author
tkc
commented
Aug 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment