remove unused selector
was there for historical reasons... :/
This commit is contained in:
parent
c540b9275c
commit
f5f2076a2d
1 changed files with 0 additions and 6 deletions
|
@ -788,8 +788,6 @@ function doActivityItemAction(ident, verb, un) {
|
||||||
.attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
|
.attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
|
||||||
.addClass('fa')
|
.addClass('fa')
|
||||||
.appendTo($('button[id^=shareMenuOptions-' + ident.toString() + '] i:first-child' ));
|
.appendTo($('button[id^=shareMenuOptions-' + ident.toString() + '] i:first-child' ));
|
||||||
} else {
|
|
||||||
$('<img>').attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$('button[id^=' + verb + '-' + ident.toString() + '] i:first-child').removeClass(thumbsClass);
|
$('button[id^=' + verb + '-' + ident.toString() + '] i:first-child').removeClass(thumbsClass);
|
||||||
|
@ -799,11 +797,7 @@ function doActivityItemAction(ident, verb, un) {
|
||||||
.attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
|
.attr({id: 'waitfor-' + verb + '-' + ident.toString(), src: 'images/rotator.gif'})
|
||||||
.addClass('fa')
|
.addClass('fa')
|
||||||
.appendTo($('button[id^=' + verb + '-' + ident.toString() + '] i:first-child'));
|
.appendTo($('button[id^=' + verb + '-' + ident.toString() + '] i:first-child'));
|
||||||
} else {
|
|
||||||
// show existing rotator for activity
|
|
||||||
$('img[id^=waitfor-' + verb + '-' + ident.toString() + ']')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// do request for activity
|
// do request for activity
|
||||||
$.post('item/' + ident.toString() + '/activity/' + _verb)
|
$.post('item/' + ident.toString() + '/activity/' + _verb)
|
||||||
.success(function(data){
|
.success(function(data){
|
||||||
|
|
Loading…
Reference in a new issue