Skip to content
Snippets Groups Projects
Commit df39cc2d authored by Max Ramsay King's avatar Max Ramsay King
Browse files

testing push

parent db8d1cd2
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,15 @@
<script>
const e = React.createElement;
// var dirServer = process.env.PWD;
var path = document.location.pathname;
var directory = path.substring(path.indexOf('/'), path.lastIndexOf('/'));
console.log('here')
// console.log(dirServer);
console.log('here2')
class LikeButton extends React.Component {
constructor(props) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment