Changeset 25215


Ignore:
Timestamp:
Oct 29, 2013, 7:17:20 PM (10 years ago)
Author:
mistic100
Message:

for smarty 2 !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/template/guestbook.tpl

    r25214 r25215  
    3030});
    3131
    32 jQuery("#website").on('blur', function() {
     32jQuery("#website").on('blur', function() {ldelim}
    3333  var val = $(this).val();
    34   if (val.substr(0, 4) != 'http') {
     34  if (val.substr(0, 4) != 'http') {ldelim}
    3535    $(this).val('http://'+ val);
    3636  }
Note: See TracChangeset for help on using the changeset viewer.