Changeset 25215 for extensions/GuestBook/template
- Timestamp:
- Oct 29, 2013, 7:17:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GuestBook/template/guestbook.tpl
r25214 r25215 30 30 }); 31 31 32 jQuery("#website").on('blur', function() { 32 jQuery("#website").on('blur', function() {ldelim} 33 33 var val = $(this).val(); 34 if (val.substr(0, 4) != 'http') { 34 if (val.substr(0, 4) != 'http') {ldelim} 35 35 $(this).val('http://'+ val); 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.