Skip to content

Commit

Permalink
Merge pull request #3 from svicervlad/main
Browse files Browse the repository at this point in the history
[ITCR-501][DS-1436]  fix: jquery_ui_draggable no longer in distro
  • Loading branch information
podarok authored Apr 3, 2024
2 parents e54a8d1 + 66aec81 commit 0de7113
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jquery_ui_draggable/jquery_ui_draggable.info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: jQuery UI Draggable
type: module
description: 'Provides jQuery UI Draggable library.'
package: jQuery UI
core_version_requirement: ^9.2 || ^10
13 changes: 13 additions & 0 deletions jquery_ui_draggable/jquery_ui_draggable.post_update.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

/**
* @file
* Post update functions for the jquery_ui_draggable useless machine.
*/

/**
* Uninstall me.
*/
function jquery_ui_draggable_reset_post_update_uninstall() {
\Drupal::service('module_installer')->uninstall(['jquery_ui_draggable']);
}

0 comments on commit 0de7113

Please sign in to comment.