diff options
author | mqg734 | 2012-02-21 16:49:11 -0800 |
---|---|---|
committer | mqg734 | 2012-02-21 16:49:11 -0800 |
commit | d2f4d5e5f6742d53b6324d585a700566f73c992a (patch) | |
tree | 8a3de8de6dc5ac5f6f3f0795d00a7d2d788374d7 /js/components/textfield.reel | |
parent | abf78e2d7a97d295ce5a1c425fd359d47379137e (diff) | |
download | ninja-d2f4d5e5f6742d53b6324d585a700566f73c992a.tar.gz |
Updated Materials Library and Materials Editor Popup to work with latest version of Montage.
We had to change our css to not use id's.
Also, updated the popup to use Montage's Popup component.
It looks like bump material has a bug. So loading that material results in a runtime error.
Diffstat (limited to 'js/components/textfield.reel')
-rwxr-xr-x | js/components/textfield.reel/textfield.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/textfield.reel/textfield.html b/js/components/textfield.reel/textfield.html index 89adf776..73defabd 100755 --- a/js/components/textfield.reel/textfield.html +++ b/js/components/textfield.reel/textfield.html | |||
@@ -19,6 +19,6 @@ | |||
19 | </script> | 19 | </script> |
20 | </head> | 20 | </head> |
21 | <body> | 21 | <body> |
22 | <input id="textfield" class="nj-skinned" type="text"> | 22 | <input id="textfield" class="textfield nj-skinned" type="text"> |
23 | </body> | 23 | </body> |
24 | </html> \ No newline at end of file | 24 | </html> \ No newline at end of file |