aboutsummaryrefslogtreecommitdiff
path: root/js/components/popup.reel
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-03 09:55:11 -0700
committerJose Antonio Marquez2012-05-03 09:55:11 -0700
commitcbff2dcb7eeedc09fbe60a26da023e7b5bf2b36e (patch)
tree540a269ea7ee5fd68b7581921592f2c2dd38a17d /js/components/popup.reel
parent691beb1c39fc0baa683f1fc56cbc519fe58f306d (diff)
downloadninja-cbff2dcb7eeedc09fbe60a26da023e7b5bf2b36e.tar.gz
Changing ID to Montage-ID for Color Components
Diffstat (limited to 'js/components/popup.reel')
-rwxr-xr-xjs/components/popup.reel/popup.html2
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>