diff --git a/auto_augmentation/templates/home.html b/auto_augmentation/templates/home.html
index 4e423f21ad6d36df55cf1d9b7c58b3e7466da8de..209595f33f0e88484e263d6a316b6f88e94cde6d 100644
--- a/auto_augmentation/templates/home.html
+++ b/auto_augmentation/templates/home.html
@@ -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) {