mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Add jquery and jquery-colorbox to Composer
- Fix selector syntax issue with newer version of JQuery
This commit is contained in:
parent
7eb637c6ea
commit
61238d5e23
3 changed files with 123 additions and 2 deletions
|
@ -133,7 +133,7 @@
|
|||
last_popup_button = null;
|
||||
}
|
||||
}
|
||||
$('a[rel^=#]').click(function(e){
|
||||
$('a[rel^="#"]').click(function(e){
|
||||
e.preventDefault();
|
||||
var parent = $(this).parent();
|
||||
var isSelected = (last_popup_button && parent.attr('id') == last_popup_button.attr('id'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue