Updated JQuery; Added resize sensor library; Updated the admin code (prior to changing gears to use Meteor).
This commit is contained in:
@@ -13,7 +13,8 @@ module.exports = {
|
||||
},
|
||||
name: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false
|
||||
allowNull: false,
|
||||
unique: true
|
||||
},
|
||||
image: {
|
||||
type: DataTypes.STRING,
|
||||
|
||||
Reference in New Issue
Block a user