Skip to content

Commit

Permalink
Removing popperjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed May 20, 2024
1 parent dff31fd commit b23a3dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/javascript/init_popup.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import "@popperjs";

import * as popover from "@popperjs/core";

window.popover= popover;


// open a popup
window.popupWindow = function(url, windowName, win, w, h) {
const y = win.top.outerHeight / 2 + win.top.screenY - (h / 2);
Expand Down

0 comments on commit b23a3dc

Please sign in to comment.