diff options
author | Jose Antonio Marquez | 2012-05-03 09:55:11 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-03 09:55:11 -0700 |
commit | cbff2dcb7eeedc09fbe60a26da023e7b5bf2b36e (patch) | |
tree | 540a269ea7ee5fd68b7581921592f2c2dd38a17d /js/components/popup.reel | |
parent | 691beb1c39fc0baa683f1fc56cbc519fe58f306d (diff) | |
download | ninja-cbff2dcb7eeedc09fbe60a26da023e7b5bf2b36e.tar.gz |
Changing ID to Montage-ID for Color Components
Diffstat (limited to 'js/components/popup.reel')
-rwxr-xr-x | js/components/popup.reel/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/popup.reel/popup.html b/js/components/popup.reel/popup.html index 212a681f..cc31106e 100755 --- a/js/components/popup.reel/popup.html +++ b/js/components/popup.reel/popup.html | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | <body> | 27 | <body> |
28 | 28 | ||
29 | <div id="default_popup" class="default_popup"> | 29 | <div data-montage-id="default_popup" class="default_popup"> |
30 | <div class="tooltip"><span/></div> | 30 | <div class="tooltip"><span/></div> |
31 | <div class="content"></div> | 31 | <div class="content"></div> |
32 | </div> | 32 | </div> |