mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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