]> git.mxchange.org Git - friendica.git/blobdiff - js/main.js
Add jquery and jquery-colorbox to Composer
[friendica.git] / js / main.js
index fff4078ae82626a88a43a8fa51bba8d00f162509..2feb2db727857c0da47e26372c40f22a998ffb50 100644 (file)
                                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'));