...
|
...
|
@@ -17,7 +17,8 @@ var $commentList = $commentArea.find('.comments-wrap'), |
|
|
$commentBtn = $('#comment-btn'),
|
|
|
MAX_COMMENTS_WORDS = 100,
|
|
|
$wordCountTip = $('#word-count-tip'),
|
|
|
_alert = dialog.Alert;
|
|
|
_alert = dialog.Alert,
|
|
|
tag = $('#tags').find('li').length;
|
|
|
|
|
|
require('../plugins/share');
|
|
|
|
...
|
...
|
@@ -92,8 +93,6 @@ $('#collect-btn').click(function() { |
|
|
new _alert(data.message).show();
|
|
|
}
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
// switch (data.code) {
|
|
|
|
|
|
// // case 401:
|
...
|
...
|
@@ -121,8 +120,6 @@ $('#collect-btn').click(function() { |
|
|
// default:
|
|
|
// break;
|
|
|
// }
|
|
|
=======
|
|
|
>>>>>>> develop
|
|
|
collecting = false;
|
|
|
});
|
|
|
}).bind('mouseenter mouseleave', function() {
|
...
|
...
|
|