mirror of https://github.com/apache/lucene.git
SOLR-8139 Add missing bracket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c2095b44fe
commit
7669aea439
|
@ -180,6 +180,7 @@ solrAdminApp.config([
|
|||
});
|
||||
}
|
||||
};
|
||||
})
|
||||
.directive('scrollableWhenSmall', function($window) {
|
||||
return {
|
||||
link: function(scope, element, attrs) {
|
||||
|
|
Loading…
Reference in New Issue