Suraj Shetty
преди 3 години
committed by
GitHub
родител
ревизия
0f7d8e7903
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
1 файла, в които са
добавени 1 реда и са
изтрити 1 реда
-
frappe/public/js/frappe/web_form/webform_script.js
|
|
@@ -26,8 +26,8 @@ frappe.ready(function() { |
|
|
|
window.location.replace('/login?redirect-to=' + window.location.pathname); |
|
|
|
} |
|
|
|
}); |
|
|
|
login_required.set_message(__("You are not permitted to access this page.")); |
|
|
|
login_required.show(); |
|
|
|
login_required.set_message(__("You are not permitted to access this page without login.")); |
|
|
|
} |
|
|
|
|
|
|
|
function show_grid() { |
|
|
|