You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
285 B
9 lines
285 B
var n = noty({
|
|
text: '<img src="assets/img/face36x36.jpg"> <strong>Marcel Newman</strong> <br /> Hi! Welcome. This is CUBES, the new Dashboard panel created for WrapBootstrap. Please take a look and enjoy.',
|
|
type: 'alert',
|
|
layout: 'topRight',
|
|
closeWith: ['hover'],
|
|
});
|
|
|
|
|
|
|