Add jquery and jquery-colorbox to Composer

- Fix selector syntax issue with newer version of JQuery
This commit is contained in:
Hypolite Petovan 2018-01-16 23:58:14 -05:00
parent 7eb637c6ea
commit 61238d5e23
3 changed files with 123 additions and 2 deletions

View file

@ -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'));