Browse Source

[svn r16575] add default protocol to imagemaps

Juan Carlos Raña 16 years ago
parent
commit
c3b0df747c

+ 1 - 1
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 = '' ;