Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dannegm committed Oct 31, 2012
1 parent 2d32abc commit b03dc42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/script.js
Expand Up @@ -49,9 +49,7 @@
}
function enviar (e) {
var texto = $('#mensaje').val();
texto = texto.replace(/\n/g, '');

var limpiarspaces = texto.replace(/ /g, '');
var limpiarspaces = texto.replace(/ /g, '').replace(/\n/g, '');

var comando = texto.split('::');
var msgg = 'si';
Expand Down

0 comments on commit b03dc42

Please sign in to comment.