X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fjquery%2Fjquery.dashboard.js;h=44bef065ba6d0cae6411016239b001d7996bee9f;hb=60ad909e283a55683e59c9fb5333dc58ba84d42d;hp=46d0c2e33f1ee8cb99ae4dcce52cfb94d4dc6172;hpb=87d422669cee2e65706fe72821613ad846cd0adb;p=civicrm-core.git diff --git a/js/jquery/jquery.dashboard.js b/js/jquery/jquery.dashboard.js index 46d0c2e33f..44bef065ba 100644 --- a/js/jquery/jquery.dashboard.js +++ b/js/jquery/jquery.dashboard.js @@ -1,8 +1,8 @@ /** +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -578,14 +578,14 @@ if (!widget.throbber) { widget.throbber = $(opts.throbberMarkup).appendTo($('.widget-wrapper', widget.element)); } - }; + } // Event handler/callback for cancel button clicks. // @todo test this gets caught by all browsers when the cancel button is 'clicked' via the keyboard. function cancelEditSettings() { widget.toggleSettings(); return false; - }; + } // Helper function to execute external script on the server. // @todo It would be nice to provide some context to the script. How? @@ -594,7 +594,7 @@ $.getScript(url); } } - }; + } }; // Public static properties of dashboard. Default settings.