Skip to content

Commit

Permalink
remove reply animated
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 8, 2016
1 parent b1d49ee commit 341b87b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/build/assets/js/scripts.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"assets/css/styles.css": "assets/css/styles-b3e651f497.css",
"assets/js/scripts.js": "assets/js/scripts-707398ded8.js"
"assets/js/scripts.js": "assets/js/scripts-be462266be.js"
}
2 changes: 1 addition & 1 deletion resources/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
initEditorPreview: function() {
var self = this;
$("#reply_content").focus(function(event) {
$("#reply_notice").addClass('animated swing');
// $("#reply_notice").addClass('animated pulse');
$("#preview-box").fadeIn(1500);
$("#preview-lable").fadeIn(1500);

Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</li>
@endif
<li>
<a class="animated rubberBand nav-edit-btn text-md margin-top-2px" href="{{ route('users.edit', $currentUser->id) }}" data-content="{{ lang('Edit Profile') }}">
<a class="nav-edit-btn text-md margin-top-2px" href="{{ route('users.edit', $currentUser->id) }}" data-content="{{ lang('Edit Profile') }}">
<i class="fa fa-cog"></i>
</a>
</li>
Expand Down

0 comments on commit 341b87b

Please sign in to comment.