| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 4305|Reply: 0
Collapse the left

What is a "blind" meaningful for Discuz? DISCUZ! 20120901

[Copy link]
Post time: 2012-09-05 06:19
| Show all posts |Read mode
Found it on common.js file.
  1. function toggleBlind(dom) {
  2.         if(loadUserdata('is_blindman')) {
  3.                 saveUserdata('is_blindman', '');
  4.                 dom.title = '開啟盲人體驗';
  5.         } else {
  6.                 saveUserdata('is_blindman', '1');
  7.                 dom.title = '關閉盲人體驗';
  8.         }
  9. }

  10. function checkBlind() {
  11.         var dom = $('switchblind');
  12.         if(loadUserdata('is_blindman')) {
  13.                 dom.title = '關閉盲人體驗';
  14.         } else {
  15.                 dom.title = '開啟盲人體驗';
  16.         }
  17. }
Copy the Code
開啟盲人體驗 = To open the blind experience
Via Microsoft Translator

Can you tell me, "blind" word for description?

Best regards
Jaideejung007's
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-04-19 23:23 GMT+3 , Processed in 0.031036 sec., 10 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list