diff --git a/infolog/js/app.js b/infolog/js/app.js index bfbfc47867..deb00a0f45 100644 --- a/infolog/js/app.js +++ b/infolog/js/app.js @@ -710,10 +710,6 @@ app.classes.infolog = AppJS.extend( { pos = input.selectionStart }; - if(pos === 0 && input.value.length > 0) - { - pos = input.value.length; - } // Insert the text var front = (input.value).substring(0, pos); diff --git a/infolog/templates/default/edit.xet b/infolog/templates/default/edit.xet index 7e22791639..9473a2bed5 100644 --- a/infolog/templates/default/edit.xet +++ b/infolog/templates/default/edit.xet @@ -215,8 +215,8 @@ - - + + diff --git a/infolog/templates/pixelegg/images/timestamp.png b/infolog/templates/pixelegg/images/timestamp.png index ad9b59d937..da67e09ae9 100755 Binary files a/infolog/templates/pixelegg/images/timestamp.png and b/infolog/templates/pixelegg/images/timestamp.png differ