Explorar el Código

Update bootstrap.js

Daniel Supernault hace 6 años
padre
commit
88331667bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/assets/js/bootstrap.js

+ 1 - 1
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');