English |  Español |  Français |  Italiano |  Português |  Русский |  Shqip

Test book

Random JavaScript snippets

 

jQuery.booki.chat = function() {
var element = null;

function formatString(frm, args) {
return frm.replace(/\{\{|\}\}|\{(\d+)\}/g, function (m, n) {
if (m == "{{") { return "{"; }
if (m == "}}") { return "}"; }
return args[n];
});
};

There has been error in communication with Booktype server. Not sure right now where is the problem.

You should refresh this page.