diff --git a/demo/index.html b/demo/index.html index 8833524..54b42b3 100644 --- a/demo/index.html +++ b/demo/index.html @@ -81,11 +81,11 @@

Rank the bands

Today's schedule

Without drag handle (entire item is draggable - including with the keyboard!)

           
@@ -111,30 +111,30 @@ 

Today's schedule

Nested lists

    -
  • Home
  • -
  • About Us
  • -
  • +
  • Home
  • +
  • About Us
  • +
  • Products
      -
    • Product 1
    • -
    • Product 2
    • -
    • Product 3
    • +
    • Product 1
    • +
    • Product 2
    • +
    • Product 3
  • -
  • +
  • Events
      -
    • Event 1
    • -
    • Event 2
    • -
    • Event 3
    • +
    • Event 1
    • +
    • Event 2
    • +
    • Event 3
  • -
  • +
  • Resources
      -
    • Resource 1
    • -
    • Resource 2
    • -
    • Resource 3
    • +
    • Resource 1
    • +
    • Resource 2
    • +
    • Resource 3
diff --git a/dist/demo/index.html b/dist/demo/index.html index 8833524..54b42b3 100644 --- a/dist/demo/index.html +++ b/dist/demo/index.html @@ -81,11 +81,11 @@

Rank the bands

Today's schedule

Without drag handle (entire item is draggable - including with the keyboard!)

    -
  • Reorder
    Stand-up
  • -
  • Reorder
    Sprint planning
  • -
  • Reorder
    Retrospective
  • -
  • Reorder
    Backlog grooming
  • -
  • Reorder
    End of sprint demo
  • +
  • Reorder
    Stand-up
  • +
  • Reorder
    Sprint planning
  • +
  • Reorder
    Retrospective
  • +
  • Reorder
    Backlog grooming
  • +
  • Reorder
    End of sprint demo
           
@@ -111,30 +111,30 @@ 

Today's schedule

Nested lists

    -
  • Home
  • -
  • About Us
  • -
  • +
  • Home
  • +
  • About Us
  • +
  • Products
      -
    • Product 1
    • -
    • Product 2
    • -
    • Product 3
    • +
    • Product 1
    • +
    • Product 2
    • +
    • Product 3
  • -
  • +
  • Events
      -
    • Event 1
    • -
    • Event 2
    • -
    • Event 3
    • +
    • Event 1
    • +
    • Event 2
    • +
    • Event 3
  • -
  • +
  • Resources
      -
    • Resource 1
    • -
    • Resource 2
    • -
    • Resource 3
    • +
    • Resource 1
    • +
    • Resource 2
    • +
    • Resource 3
diff --git a/package-lock.json b/package-lock.json index 73ae0ff..d22baef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "drag-on-drop", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2839133..618441a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drag-on-drop", - "version": "3.2.0", + "version": "3.2.1", "description": "Drag and/or drop", "main": "dist/dragon-drop.js", "scripts": {