snippets / hasErrorLoginUIManipulation(outputLoc,key)

Language: Javascript - First posted by willowdan on 2008-05-20 12:00 (4 months, 2 weeks)
Link to the snippet: http://www.friendsnippets.org/snippet/307/

hasErrorLoginUIManipulation(outputLoc,key)

 1 function hasErrorLoginUIManipulation(outputLoc,key) {
2
3 $('loginPage').style.display = 'block';
4
5 if (getResourceString(key).indexOf('undefine:') == -1) {
6 errorHandling('login_error_msg', getResourceString(key), 'block');
7 } else {
8 errorHandling('login_error_msg', outputLoc["description"], 'block');
9 }
10
11 }
In order to post a comment, you should have a friendsnippet account. Please sign-in.

0 comments

May '08
  • hasErrorLoginUIManipulation(outputLoc,key)

Common Tags


Related snippets

0 snippets in relation for now.


snippet History

May '08