DmitrMakeev commited on
Commit
ccfc7a3
1 Parent(s): f761278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1836,6 +1836,9 @@ def add_data_gc_in():
1836
 
1837
  @app.route('/tl_help.js')
1838
  def serve_vk_bridge():
 
 
 
1839
  function mySuccessFunction(form) {
1840
  if (!form) return;
1841
  if (form instanceof jQuery) {
@@ -1919,7 +1922,7 @@ function us_sendFormAfterSuccess() {
1919
  });
1920
  });
1921
  }
1922
- """
1923
  return Response(script_content, mimetype='application/javascript')
1924
 
1925
 
 
1836
 
1837
  @app.route('/tl_help.js')
1838
  def serve_vk_bridge():
1839
+
1840
+ '''
1841
+
1842
  function mySuccessFunction(form) {
1843
  if (!form) return;
1844
  if (form instanceof jQuery) {
 
1922
  });
1923
  });
1924
  }
1925
+ '''
1926
  return Response(script_content, mimetype='application/javascript')
1927
 
1928