diff --git a/avro-phonetic.php b/avro-phonetic.php
index 3c56ae9..4913c92 100644
--- a/avro-phonetic.php
+++ b/avro-phonetic.php
@@ -20,7 +20,8 @@
function avro_phonetic_notif()
{
- echo '
E
';
+ echo '';
+ echo '';
}
function avro_phonetic()
@@ -33,13 +34,7 @@ function avro_phonetic()
position: fixed;
top: 200px;
right:0;
- width: 50px;
- height: 50px;
- background-color: #000;
- color: #ffff33;
- font-weight: bold;
- text-align: center;
- padding-top: 25px;
+
}
@@ -81,9 +76,9 @@ function avro_js_loader() {
jQuery('textarea, input[type=text]').live('focus', function() {
jQuery(this).avro('destroy').avro({'bn':false}, function(isBangla){
if(isBangla) {
- jQuery("#avro-phonetic-notif").html("অ")
+ jQuery("#avro-phonetic-notif").html('')
} else {
- jQuery("#avro-phonetic-notif").html("E")
+ jQuery("#avro-phonetic-notif").html('')
}
});
}).avro('destroy').avro();