Spaces:
Runtime error
Runtime error
Fix jquery state code
Browse files- 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 |
});
|