Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
SAK-44332 Update to rubrics sortablejs to dashboard version (sakaipro…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Sep 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d4f10bf commit f65ede3
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -197,4 +197,6 @@ export class SakaiItemDelete extends RubricsElement {
}
}

customElements.define("sakai-item-delete", SakaiItemDelete);
if (!customElements.get("sakai-item-delete")) {
customElements.define("sakai-item-delete", SakaiItemDelete);
}
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import {SakaiItemDelete} from "./sakai-item-delete.js";
import {SakaiRubricCriterionEdit} from "./sakai-rubric-criterion-edit.js";
import {SakaiRubricCriterionRatingEdit} from "./sakai-rubric-criterion-rating-edit.js";
import {SharingChangeEvent} from "./sharing-change-event.js";
import * as Unused from "/webcomponents/assets/sortablejs/Sortable.js";
import { Sortable } from "/webcomponents/assets/sortablejs/modular/sortable.esm.js";
import {tr} from "./sakai-rubrics-language.js";

export class SakaiRubricCriteria extends RubricsElement {
Original file line number Diff line number Diff line change
@@ -151,4 +151,6 @@ export class SakaiRubricEdit extends RubricsElement {
}
}

customElements.define("sakai-rubric-edit", SakaiRubricEdit);
if (!customElements.get("sakai-rubric-edit")) {
customElements.define("sakai-rubric-edit", SakaiRubricEdit);
}

0 comments on commit f65ede3

Please sign in to comment.