forked from GNUsocial/gnu-social
Stub LinkPreview plugin
This commit is contained in:
10
plugins/LinkPreview/linkpreview.js
Normal file
10
plugins/LinkPreview/linkpreview.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* (c) 2010 StatusNet, Inc.
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
$('#notice_data-text').change(function() {
|
||||
var text = $(this).val();
|
||||
alert(text);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user