1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Lower the priority of the notification bar to INFO.

This commit is contained in:
Brendan Dahl 2013-07-22 11:50:03 -07:00
parent 95bb727931
commit e015ab0d81

View file

@ -359,7 +359,7 @@ ChromeActions.prototype = {
}
}];
notificationBox.appendNotification(message, 'pdfjs-fallback', null,
notificationBox.PRIORITY_WARNING_LOW,
notificationBox.PRIORITY_INFO_LOW,
buttons,
function eventsCallback(eventType) {
// Currently there is only one event "removed" but if there are any other