This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
anoopmb
/
payments
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Merge pull request
#6250
from saurabh6790/get_reset_password_url
[fix] if redirect uri exists then automatically redirect the user
pull/2/head
Saurabh
пре 6 година
committed by
GitHub
родитељ
547863149c
969303dc92
комит
0b0aa79a47
1 измењених фајлова
са
9 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
payments/templates/pages/payment-success.html
+ 9
- 0
payments/templates/pages/payment-success.html
Прегледај датотеку
@@ -15,4 +15,13 @@
<style>
{% include "templates/styles/card_style.css" %}
</style>
<script>
frappe.ready(function() {
if('{{ frappe.form_dict.redirect_to or "" }}'){
setTimeout(function(){
window.location.href = '{{ frappe.form_dict.redirect_to }}';
}, 6000);
}
})
</script>
{% endblock %}
Write
Preview
Loading…
Откажи
Сачувај