Changeset 1853

Show
Ignore:
Timestamp:
11/04/08 16:19:33 (2 months ago)
Author:
rmarianski
Message:

remove javascript to automatically share story on almanac change in select

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • siteapp/trunk/opengeo/almanac/templates/sharestory.pt

    r1660 r1853  
    33  <title metal:fill-slot="title">Share your story</title> 
    44  <tal:nothing metal:fill-slot="map_javascript" tal:content="nothing"/> 
    5   <metal:js-slot fill-slot="javascript"> 
    6     <script type="text/javascript"> 
    7       $(function() { 
    8         $('.js-undisplayed').hide(); 
    9         var form = $('#almanac-form'); 
    10         $('#almanac-select').change(function() { 
    11           form.submit(); 
    12         }); 
    13       }); 
    14     </script> 
    15   </metal:js-slot> 
    165</head> 
    176<body> 
     
    2918                  tal:content="alm/dc:title" /> 
    3019        </select> 
    31         <input type="submit" value="Share story" class="js-undisplayed" /> 
     20        <input type="submit" value="Share story" /> 
    3221      </form> 
    3322      <h3>Or maybe your story would be a better fit with a new almanac?</h3>