Skip to content

Commit

Permalink
Upgrade to jQuery 1.9.1
Browse files Browse the repository at this point in the history
Very minor changes needed to avoid deprecated functions; This gets us ready for jq 2.0.
  • Loading branch information
anildash authored and ginatrapani committed Feb 21, 2013
1 parent 62828a3 commit 7cd36b0
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 213 deletions.
3 changes: 2 additions & 1 deletion webapp/_lib/controller/class.RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public function control(){
$disable_xss = true;
$this->addErrorMessage('<p>Sorry, registration is closed on this installation of '.
$config->getValue('app_title_prefix')."ThinkUp.</p>".
'<p><a href="http://thinkupapp.com">Install ThinkUp on your own server.</a></p>', null, $disable_xss);
'<p><a href="http://thinkup.com" class="btn">Install ThinkUp on your own server.</a></p>', null,
$disable_xss);
} else {
$owner_dao = DAOFactory::getDAO('OwnerDAO');
$this->addToView('closed', false);
Expand Down
Loading

0 comments on commit 7cd36b0

Please sign in to comment.