0

In footer we are giving

<script src="/js/general.js"></script> 

file but in app mode of (ipad3, iphone5) that file is not working. Any suggestions that would be great.

bipen
  • 36,319
  • 9
  • 49
  • 62
Himabindu
  • 1
  • 3

2 Answers2

0

Try to write the full url of your js file, like,

<script src="http://www.example.com/js/general.js"></script> 
Rohan Kumar
  • 40,431
  • 11
  • 76
  • 106
0

Try providing the type="text/javascript" in the script tag.

Rahul Tokase
  • 1,048
  • 9
  • 25