datien228 commited on
Commit
cda7451
1 Parent(s): 74c9919

Fix jquery state code

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -0
templates/index.html CHANGED
@@ -152,6 +152,7 @@
152
  $(".progress-icon").hide();
153
  $("#load-noti").hide();
154
  $(".summarize-button").fadeIn();
 
155
  }
156
  });
157
  });
 
152
  $(".progress-icon").hide();
153
  $("#load-noti").hide();
154
  $(".summarize-button").fadeIn();
155
+ $("#load-noti").text("Generating");
156
  }
157
  });
158
  });