Skip to content

Commit

Permalink
Merge pull request #966 from CommitChange/cleanup-class-object
Browse files Browse the repository at this point in the history
Cleanup class-object
  • Loading branch information
wwahammy authored Dec 16, 2024
2 parents bfbdc0d + e060948 commit 9631b10
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
8 changes: 0 additions & 8 deletions client/js/common/class-object.js

This file was deleted.

17 changes: 0 additions & 17 deletions client/js/components/number-input.js

This file was deleted.

2 changes: 0 additions & 2 deletions client/js/components/text-input.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// License: LGPL-3.0-or-later
const h = require('flimflam/h')
const classObject = require('../common/class-object')

module.exports = (name, placeholder, value, classes) => {
return h('input.max-width-2', {
Expand All @@ -10,6 +9,5 @@ return h('input.max-width-2', {
, placeholder
, value
}
, class: classObject(classes)
})
}
15 changes: 0 additions & 15 deletions client/js/components/textarea.js

This file was deleted.

0 comments on commit 9631b10

Please sign in to comment.