2014/scholarships/index.html: removed extraneous javascript.
authorrsiddharth <rsd@gnu.org>
Thu, 12 Dec 2013 18:52:08 +0000 (00:22 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 12 Dec 2013 18:52:08 +0000 (00:22 +0530)
2014/scholarships/index.html

index b8926c7ca5eae58185f44d79ff8f506c754a0294..a02cfc793edc2cc36496ca912cc6de3eedeeae3a 100644 (file)
@@ -7,14 +7,6 @@
        <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
        <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
        <title> Scholarships &mdash; LibrePlanet 2014</title>
-       <script type="text/javascript">
-         // @license
-         magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt
-         AGPL-v3
-         var CRM =
-         {"config":{"userFramework":"Drupal","resourceBase":"\/sites\/all\/modules\/civicrm\/"}};
-         // @license-end
-       </script>
   </head>
   <body>
 
                        <form action="https://crm.fsf.org/civicrm/profile/create?gid=250&amp;reset=1"
                                  class="form-horizontal margin-top" method="post" name="Edit" id="Edit" role="form">
 
-                         <!-- <script language="javaScript" type="text/javascript">
-
-                               cj(function() {
-                               countryID       = "country-Primary"
-                               // sometimes we name != id, hence if element does not exists
-                               // fetch the id
-                               if ( cj( '#' + countryID ).length == 0 ) {
-                               countryID = cj( 'select[name="' + countryID + '"]' ).prop('id');
-                               }
-
-                               stateProvinceID = "state_province-Primary"
-                               if ( cj( '#' + stateProvinceID ).length == 0 ) {
-                               stateProvinceID = cj( 'select[name="' + stateProvinceID + '"]'
-                               ).prop('id');
-                               }
-
-                               callbackURL     = "https://crm.fsf.org/civicrm/ajax/jqState"
-
-                               cj( '#' + countryID ).chainSelect(
-                               '#' + stateProvinceID,
-                               callbackURL,
-                               {
-                               before : function (target) {
-                               if (typeof(setdefault) === "undefined") { setdefault = new
-                               Array(); }
-                               targetid = cj(target).attr("id");
-                               eval('setdefault[targetid] = cj(target).val()');
-                               },
-                               after : function(target) {
-                               targetid = cj(target).attr("id");
-                               cj(target).val(setdefault[targetid]);
-                               }
-                               }
-                               );
-                               });
-
-
-                         </script> -->
-
                          <div>
                                <input name="postURL" type="hidden"
                                           value="https://www.libreplanet.org/2014/scholarships/confirmation.html" />