[-] BO : FixBug #PSCFV-9251 Meta Tag delete previous

This commit is contained in:
Jérôme Nadaud
2013-07-19 18:41:46 +02:00
parent aa276aeee6
commit 1581a371c5
@@ -40,10 +40,6 @@
// if backspace is hit with no input, remove the last tag
if (pressed == 8) { // backspace
if ( $this.val() == "" ) {
self.remove();
return false;
}
return;
}
});