Changeset - 58e4670c7902
[Not reviewed]
stable
0 1 0
Mads Kiilerich - 11 years ago 2015-04-26 22:13:02
madski@unity3d.com
comments: fix selector typo causing no 'Loading' message
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -239,7 +239,7 @@ $(document).ready(function () {
 
       }
 
       var post_data = {'text': _text};
 
       $('#preview-box').addClass('unloaded');
 
       $('#preivew-box').html(_TM['Loading ...']);
 
       $('#preview-box').html(_TM['Loading ...']);
 
       $('#edit-container').hide();
 
       $('#edit-btn').show();
 
       $('#preview-container').show();
0 comments (0 inline, 0 general)