|
Last change
on this file since 5906 was
5906,
checked in by thomasb, 15 months ago
|
|
Add titles to error and photo upload popups (#1488354)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id Date Author Revision
|
|
File size:
199 bytes
|
| Line | |
|---|
| 1 | <script type="text/javascript"> |
|---|
| 2 | |
|---|
| 3 | // UI startup |
|---|
| 4 | var UI = new rcube_mail_ui(); |
|---|
| 5 | $(document).ready(function(){ |
|---|
| 6 | UI.set('errortitle', '<roundcube:label name="errortitle" />'); |
|---|
| 7 | UI.init(); |
|---|
| 8 | }); |
|---|
| 9 | |
|---|
| 10 | </script> |
|---|
| 11 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.