From 74abca04c8830c8e801b7a18a351403556e1f120 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 17 Sep 2013 18:10:10 +0300 Subject: [PATCH] Spaces-> Tabs --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 7bab03e5..6b4fb3fe 100644 --- a/js/documents.js +++ b/js/documents.js @@ -276,7 +276,7 @@ $(document).ready(function() { if (documentsMain.isEditorMode){ return; } - documentsMain.prepareSession(); + documentsMain.prepareSession(); if ($(this).attr('data-esid')){ documentsMain.joinSession($(this).attr('data-esid'));