DmitrMakeev
commited on
Commit
•
eecafb7
1
Parent(s):
2b4491d
Update app.py
Browse files
app.py
CHANGED
@@ -1831,12 +1831,15 @@ def add_data_gc_in():
|
|
1831 |
|
1832 |
|
1833 |
|
|
|
|
|
|
|
1834 |
|
1835 |
|
1836 |
|
1837 |
|
1838 |
@app.route('/tl_help.js')
|
1839 |
-
def
|
1840 |
script_content = """
|
1841 |
function mySuccessFunction(form) {
|
1842 |
if (!form) return;
|
@@ -1931,14 +1934,6 @@ function us_sendFormAfterSuccess() {
|
|
1931 |
|
1932 |
|
1933 |
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
initialize_requests()
|
1943 |
|
1944 |
|
|
|
1831 |
|
1832 |
|
1833 |
|
1834 |
+
|
1835 |
+
|
1836 |
+
|
1837 |
|
1838 |
|
1839 |
|
1840 |
|
1841 |
@app.route('/tl_help.js')
|
1842 |
+
def serve_vk_bridge():
|
1843 |
script_content = """
|
1844 |
function mySuccessFunction(form) {
|
1845 |
if (!form) return;
|
|
|
1934 |
|
1935 |
|
1936 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1937 |
initialize_requests()
|
1938 |
|
1939 |
|