@@ -61,17 +61,17 @@ function createCustomKnowledgePadOnServer(){\n
\n
function showCreateDefaultKnowledgePadWarningMessage(){\n
user_choice = confirm("In order to complete operation you must have your own tab on server instead of the default one which you are currently using and which you can not change.Is it OK to create new one for you now?");\n
if (user_choice==true){\n
if (user_choice===true){\n
createCustomKnowledgePadOnServer();}\n
}\n
\n
function createCookie(name, value, days, path) {\n