forked from GNUsocial/gnu-social
Unnecessary JavaScript for notice form attachment
This commit is contained in:
parent
95bcc5afa1
commit
a39fa0ce2b
11
js/util.js
11
js/util.js
@ -17,17 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('input#notice_data-attach').toggle();
|
|
||||||
$('label[for=notice_data-attach]').text('Upload a file as an attachment?');
|
|
||||||
$('label[for=notice_data-attach]').click(function () {
|
|
||||||
if ('Upload a file as an attachment?' == $(this).text()) {
|
|
||||||
$(this).text('Upload: ');
|
|
||||||
$('input#notice_data-attach').slideDown('fast');
|
|
||||||
} else {
|
|
||||||
$('input#notice_data-attach').slideUp('fast', function() {$('label[for=notice_data-attach]').text('Upload a file as an attachment?');});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
$('a.attachment').click(function() {$().jOverlay({url: $('address .url')[0].href+'/attachment/' + ($(this).attr('id').substring('attachment'.length + 1)) + '/ajax'}); return false; });
|
$('a.attachment').click(function() {$().jOverlay({url: $('address .url')[0].href+'/attachment/' + ($(this).attr('id').substring('attachment'.length + 1)) + '/ajax'}); return false; });
|
||||||
$("a.thumbnail").hover(
|
$("a.thumbnail").hover(
|
||||||
function() {
|
function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user