Created
April 15, 2013 01:04
-
-
Save jessebeach/5384977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| // Multiple calls will concatenate. | |
| Drupal.announce( | |
| Drupal.t('Freegan before they sold out polaroid') | |
| ); | |
| Drupal.announce( | |
| Drupal.t('pitchfork letterpress polaroid four loko') | |
| ); | |
| Drupal.announce( | |
| Drupal.t('Cardigan cosby sweater fanny pack') | |
| ); | |
| Cardigan cosby sweater fanny pack | |
| </script> | |
| <div id="drupal-live-announce" class="element-invisible" aria-live="polite" aria-busy="false"> | |
| Freegan before they sold out polaroid. pitchfork letterpress polaroid four loko. Cardigan cosby sweater fanny pack | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment