mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-27 21:31:16 -04:00
Move Noty to vendor folder.
This commit is contained in:
parent
085d181ed3
commit
e076440d1b
3 changed files with 5 additions and 4 deletions
|
@ -163,12 +163,13 @@ module.exports = class ThangComponentEditView extends CocoView
|
|||
requireSystem = node.data.system.toLowerCase()
|
||||
|
||||
if requireSystem not in extantSystems
|
||||
warn_element = 'Component <b>' + node.data.name + '</b> requires system <b>' + requireSystem + '</b> which is currently not specified in this level.'
|
||||
noty({
|
||||
text: 'Component <b>' + node.data.name + '</b> requires system <b>' + requireSystem + '</b> which is currently not specified in this level.',
|
||||
text: warn_element,
|
||||
layout: 'bottomLeft',
|
||||
type: 'warning'
|
||||
})
|
||||
|
||||
|
||||
currentSelection = @addComponentsTreema?.getLastSelectedTreema()?.data._id
|
||||
|
||||
id = node.data._id
|
||||
|
|
|
@ -35,8 +35,7 @@
|
|||
"aether": "~0.1.14",
|
||||
"underscore.string": "~2.3.3",
|
||||
"firebase": "~1.0.2",
|
||||
"catiline": "~2.9.3",
|
||||
"noty": "~2.2.0"
|
||||
"catiline": "~2.9.3"
|
||||
},
|
||||
"overrides": {
|
||||
"backbone": {
|
||||
|
|
1
vendor/scripts/jquery.noty.packaged.min.js
vendored
Normal file
1
vendor/scripts/jquery.noty.packaged.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue