Skip to content

Commit

Permalink
removed unnecessary comment, added .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
exodus4d committed Sep 13, 2015
1 parent 128e510 commit f084ebb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
2 changes: 1 addition & 1 deletion js/app/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ define([
getCaptchaImage(reason, function(base64Image){

captchaImage.attr('src', base64Image).show();
captchaWrapper.hideLoadingAnimation({ // config for loading overlay
captchaWrapper.hideLoadingAnimation({
icon: {
size: 'fa-2x'
}
Expand Down

0 comments on commit f084ebb

Please sign in to comment.