Skip to content

Commit

Permalink
v1.2 finished
Browse files Browse the repository at this point in the history
  • Loading branch information
agh1 committed Aug 7, 2015
1 parent 77eb558 commit 5fbd10d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<author>AGH Strategies, LLC</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2015-08-04</releaseDate>
<version>1.1</version>
<releaseDate>2015-08-06</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.4</ver>
Expand Down
5 changes: 5 additions & 0 deletions js/pricefieldOthersignup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (C) 2014-15, AGH Strategies, LLC <[email protected]>
* Licensed under the GNU Affero Public License 3.0 (see LICENSE.txt)
*/

cj(function ($) {
function showHide(obj) {
if ($(obj).val() == 'Membership') {
Expand Down
5 changes: 5 additions & 0 deletions js/priceoptionOthersignup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (C) 2014-15, AGH Strategies, LLC <[email protected]>
* Licensed under the GNU Affero Public License 3.0 (see LICENSE.txt)
*/

cj(function($){
function showHide(obj) {
if ($(obj).val() == 'Membership') {
Expand Down

0 comments on commit 5fbd10d

Please sign in to comment.