mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04:00
6 lines
No EOL
108 B
JavaScript
6 lines
No EOL
108 B
JavaScript
Template.error.message= function(){
|
|
return Session.get("error");
|
|
}
|
|
|
|
Template.error.rendered = function(){
|
|
} |