Changeset 1282445
- Timestamp:
- 11/09/2015 11:06:02 AM (10 years ago)
- File:
-
- 1 edited
-
widget-clone/trunk/nine3-clone-widgets.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-clone/trunk/nine3-clone-widgets.php
r1251031 r1282445 2 2 /** 3 3 * Plugin Name: Widget Clone 4 * Version: 1. 04 * Version: 1.1 5 5 * Plugin URI: http://93digital.co.uk/ 6 6 * Description: Easily duplicate or clone a widget with all of its settings in just one click. … … 13 13 14 14 /** 15 * Widget Clone 15 * Widget Clone 16 16 * Copyright (C) 2015, 93digital - [email protected] 17 17 * … … 50 50 Nine3.CloneWidgets = { 51 51 init: function() { 52 $(' .widget-control-actions').on('click', '.clone-me', Nine3.CloneWidgets.Clone);52 $('body').on('click', '.widget-control-actions .clone-me', Nine3.CloneWidgets.Clone); 53 53 Nine3.CloneWidgets.Bind(); 54 54 },
Note: See TracChangeset
for help on using the changeset viewer.