[svn r16575] add default protocol to imagemaps

skala
Juan Carlos Raña 16 years ago
parent 944d1204f3
commit c3b0df747c
  1. 2
      main/inc/lib/fckeditor/editor/plugins/imgmap/jscripts/functions.js

@ -209,7 +209,7 @@ function onAddArea(id) {
updateAreaValues() ;
currentAreaId = id ;
$( 'txtUrl' ).value = '' ;
$( 'txtUrl' ).value = 'http://' ;//Juan Carlos Raña add default protocol
$( 'cmbTarget' ).value = '' ;
$( 'txtAlt' ).value = '' ;
$( 'txtAttTitle' ).value = '' ;

Loading…
Cancel
Save