rajeshradhakrishnan commited on
Commit
89c1db9
·
1 Parent(s): b9e2630

English-Malayalam Translate v27

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -27,7 +27,7 @@
27
  </p>
28
  </section>
29
  <script>
30
- var apiKey = "{{ apikey.APIKEY }}";
31
  </script>
32
  <script src="script.js"></script>
33
  </body>
 
27
  </p>
28
  </section>
29
  <script>
30
+ var apiKey = {{ apikey.APIKEY }};
31
  </script>
32
  <script src="script.js"></script>
33
  </body>