Subversion Repositories SmartDukaan

Rev

Rev 25308 | Rev 28256 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25308 Rev 25717
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 = "http://app.profitmandi.com/entry-point2?authToken=${authToken}&androidId=${androidId}";
21
       location.href = "http://app.smartdukaan.com/entry-point2?authToken=${authToken}&androidId=${androidId}";
22
    };
22
    };
23
    setTimeout(done, 100);
23
    setTimeout(done, 100);
24
  </script>
24
  </script>
25
	</body>
25
	</body>
26
</html>
26
</html>