Subversion Repositories SmartDukaan

Rev

Rev 28256 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28256 Rev 34300
Line 16... Line 16...
16
</style>
16
</style>
17
	</head>
17
	</head>
18
	<body>
18
	<body>
19
  <script>
19
  <script>
20
    function done(){
20
    function done(){
21
       location.href = "${appUrl}/entry-point2?authToken=${authToken}&androidId=${androidId}";
21
        location.href = "${appUrl}/entry-point2?authToken=${authToken}&androidId=${androidId}&internal=${internal}";
22
    };
22
    };
23
    setTimeout(done, 100);
23
    setTimeout(done, 100);
24
  </script>
24
  </script>
25
	</body>
25
	</body>
26
</html>
26
</html>