Project

General

Profile

« Previous | Next » 

Revision 4001

Added by berkley almost 16 years ago

changed message for successful upload, removed some clutter

View differences:

util.js
49 49
        {
50 50
          nextid = docid.substring(docid.indexOf(".") + 1, docid.lastIndexOf("."));
51 51
          nextid++;
52
          nextid = "sms." + nextid + ".1";
52
          nextid = "sms." + nextid + ".1"; 
53 53
        }
54 54
        $('#docidtextfield').val(nextid); 
55 55
      }, 

Also available in: Unified diff