Benjamin Renard commited on 2016-09-07 17:07:05
Showing 1 changed files, with 1 additions and 0 deletions.
| ... | ... |
@@ -654,6 +654,7 @@ $( document ).ready( function() {
|
| 654 | 654 |
$("#rename_thing_modal").on('hidden.bs.modal',on_close_rename_thing_modal);
|
| 655 | 655 |
$("#rename_thing_modal form").bind('submit',on_valid_rename_thing_modal);
|
| 656 | 656 |
|
| 657 |
+ $('#app-name').bind('click', show_scases);
|
|
| 657 | 658 |
|
| 658 | 659 |
if (window.applicationCache.status==window.applicationCache.UNCACHED) {
|
| 659 | 660 |
$('#update_app').parent().remove();
|
| 660 | 661 |