mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Update the bowser.js to the new version
With this new version of bowser.js is possible detect the OS as well, no only the browser as the previous one. It brings support to new browsers as well.
This commit is contained in:
parent
8a79ae6e02
commit
4c8c1f53b5
4 changed files with 92 additions and 26 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
var _, $, jQuery, plugins, Ace2Common;
|
||||
|
||||
var browser = require('./browser').browser;
|
||||
var browser = require('./browser');
|
||||
if(browser.msie){
|
||||
// Honestly fuck IE royally.
|
||||
// Basically every hack we have since V11 causes a problem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue