فهرست منبع

Update tarteaucitron.lang with the custom text given

Ricci Dorian 6 سال پیش
والد
کامیت
1d97b3fa95
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      tarteaucitron.js

+ 4 - 0
tarteaucitron.js

@@ -223,6 +223,10 @@ var tarteaucitron = {
 
         // Step 2: load language and services
         tarteaucitron.addScript(pathToLang, '', function () {
+
+          if(tarteaucitronCustomText !== undefined){
+            tarteaucitron.lang = AddOrUpdate(tarteaucitron.lang, tarteaucitronCustomText);
+          }
             tarteaucitron.addScript(pathToServices, '', function () {
 
                 var body = document.body,