mirror of
https://github.com/czhu12/canine.git
synced 2026-01-06 03:30:16 -06:00
domains management
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
export default class extends Controller {
|
||||
connect() {
|
||||
console.log("Theme controller connected")
|
||||
}
|
||||
|
||||
leftbarToggle() {
|
||||
const html = document.querySelector("html");
|
||||
if (html.hasAttribute("data-leftbar-hide")) {
|
||||
|
||||
Reference in New Issue
Block a user