Show
Ignore:
Timestamp:
03/06/06 09:08:37 (3 years ago)
Author:
mbonetti
Message:

Fix for #362. Well spotted, thanks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/admin/ds.php

    r1181 r1328  
    5757    }     
    5858 
    59         function populate1() { 
     59    function populate1() { 
    6060      var box1 = getForm().first; 
    6161      var box2 = getForm().second; 
     
    6868     
    6969    function add1() { 
    70       var newtag = getForm().newtag.value.replace(/[^a-zA-Z]*/g,""); 
     70      var newtag = getForm().newtag.value.replace(/[^a-zA-Z0-9]*/g,""); 
    7171      if (newtag == '') return; 
    7272      getForm().newtag.value = '';