Skip to content

Commit

Permalink
Disabled ALL annotations even harder
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed May 6, 2014
1 parent f110ba8 commit 17b96d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/annotationLibrary/annotationLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ angular.module('bawApp.annotationLibrary', ['bawApp.configuration'])
$scope.filterSettings[currentvalue] = isVoid ? null : Number(stringValue);
}
);

// disable other options for reference filter
$scope.filterSettings.reference = 'true';
}

function getPagingSettings(page, items, total) {
Expand Down

0 comments on commit 17b96d9

Please sign in to comment.