diff --git a/web/js/main.js b/web/js/main.js
index 06a21c7..ba9c827 100755
--- a/web/js/main.js
+++ b/web/js/main.js
@@ -13,7 +13,10 @@ $(function () {
matchBrackets: true,
lineWrapping: true,
readOnly: true,
- mode: mode
+ mode: mode,
+ lineNumberFormatter: function(ln) {
+ return ''+ ln +'';
+ }
});
}