@@ -26,8 +26,8 @@ |
||
26 | 26 | |
27 | 27 | |
28 | 28 | /** |
29 | - * @inheritdoc |
|
30 | - */ |
|
29 | + * @inheritdoc |
|
30 | + */ |
|
31 | 31 | //public static $tableName = 'oauth2_client_scope'; |
32 | 32 | |
33 | 33 |
@@ -163,11 +163,3 @@ |
||
163 | 163 | |
164 | 164 | <?php |
165 | 165 | $js = <<<'JS' |
166 | - $('#oauth2_authorize-client-previously-approved-scopes-toggle').click(function(e) { |
|
167 | - $('#oauth2_authorize-client-previously-approved-scopes-list').slideToggle(); |
|
168 | - $(this).toggleClass('open'); |
|
169 | - e.preventDefault(); |
|
170 | - }); |
|
171 | - JS; |
|
172 | - |
|
173 | -$this->registerJs($js); |