mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
Remove test flag from browser-update script
This commit is contained in:
parent
ce5306f1de
commit
518321bfd4
|
@ -1,6 +1,6 @@
|
|||
/*eslint no-unused-vars: 0*/
|
||||
'use strict';
|
||||
var $buoop = { vs: {i:9, f:25, o:12.1, s:7}, c:2, test: true };
|
||||
var $buoop = { vs: {i:9, f:25, o:12.1, s:7}, c:2 };
|
||||
function $buo_f(){
|
||||
var e = document.createElement('script');
|
||||
e.src = '//browser-update.org/update.min.js';
|
||||
|
|
Loading…
Reference in New Issue
Block a user