From 88331667bfc235fce89f7429074200f1ec40ddb0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 8 Nov 2018 20:25:49 -0700 Subject: [PATCH] Update bootstrap.js --- resources/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 63218f7e..bfbf75b8 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -1,7 +1,7 @@ window._ = require('lodash'); window.Popper = require('popper.js').default; import swal from 'sweetalert'; -window.pixelfed = {}; +window.pixelfed = window.pixelfed || {}; window.$ = window.jQuery = require('jquery'); require('bootstrap'); window.InfiniteScroll = require('infinite-scroll');