# tablepress/2.4.4/admin/js/build/common.js

TablePress – Tables in WordPress made easy, version 2.4.4. 1 lines.

- Page: https://pluginprobe.com/plugins/tablepress/2.4.4/code/admin/js/build/common.js
- Raw: https://pluginprobe.com/plugins/tablepress/2.4.4/raw/admin/js/build/common.js
- Modified: 2024-04-02T08:17:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tablepress/2.4.4/code/admin/js/build/common.js#L10-L20`.

```javascript
(()=>{"use strict";const e=window.wp.i18n;postboxes.add_postbox_toggles(pagenow),jQuery(".postbox .hndle").off("click.postboxes",postboxes.handle_click),document.getElementById("tablepress-page").addEventListener("click",(t=>{if(t.target)return t.target.matches(".delete-link")?confirm((0,e._n)("Do you really want to delete this table?","Do you really want to delete these tables?",1,"tablepress"))?void window?.tp?.helpers?.unsaved_changes?.unset?.():void t.preventDefault():void 0}))})();
```
