|
@@ -36,6 +36,11 @@ var Ajax = {
|
|
|
;(() => {
|
|
;(() => {
|
|
|
'use strict'
|
|
'use strict'
|
|
|
|
|
|
|
|
|
|
+ var apkUrl = ''
|
|
|
|
|
+ $.get('/api/properties/apk', function (data) {
|
|
|
|
|
+ apkUrl = data.value
|
|
|
|
|
+ })
|
|
|
|
|
+
|
|
|
// Fetch all the forms we want to apply custom Bootstrap validation styles to
|
|
// Fetch all the forms we want to apply custom Bootstrap validation styles to
|
|
|
const forms = document.querySelectorAll('.needs-validation')
|
|
const forms = document.querySelectorAll('.needs-validation')
|
|
|
|
|
|
|
@@ -60,8 +65,7 @@ var Ajax = {
|
|
|
GetQueryString('referrer'),
|
|
GetQueryString('referrer'),
|
|
|
() => {}
|
|
() => {}
|
|
|
)
|
|
)
|
|
|
- window.location.href =
|
|
|
|
|
- 'https://play.google.com/store/apps/details?id=com.hasiwlas.shorts'
|
|
|
|
|
|
|
+ window.location.href = apkUrl
|
|
|
// /api/referrer
|
|
// /api/referrer
|
|
|
}
|
|
}
|
|
|
|
|
|