Skip to content
Snippets Groups Projects
Commit d3831600 authored by Raphael's avatar Raphael
Browse files

Merging in Hexagon fancybox. TODO: Refactor out fancybox options hash.

parents d18757b5 96219b73
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ $(document).ready(function(){
});
//buttons//////
$("#add_aspect_button").fancybox({ 'titleShow' : false });
$(".add_request_button").fancybox({ 'titleShow': false });
$(".invite_user_button").fancybox({ 'titleShow': false });
$(".add_request_button").fancybox({ 'titleShow': false });
$(".question_mark").fancybox({ 'titleShow': false });
$("#add_aspect_button").fancybox({ 'titleShow' : false , 'hideOnOverlayClick' : false });
$("#add_request_button").fancybox({ 'titleShow': false , 'hideOnOverlayClick' : false });
$("#invite_user_button").fancybox({ 'titleShow': false , 'hideOnOverlayClick' : false });
$(".add_request_button").fancybox({ 'titleShow': false , 'hideOnOverlayClick' : false });
$(".question_mark").fancybox({ 'titleShow': false , 'hideOnOverlayClick' : false });
$("input[type='submit']").addClass("button");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment