mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Don't forget to name your css!
This commit is contained in:
@ -87,6 +87,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function submitForm() {
|
function submitForm() {
|
||||||
|
var name = $('#css_name').val();
|
||||||
|
if (name == "") {
|
||||||
|
Materialize.toast("Don't forget to name your CSS!", 10000);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
var formPost = postForm();
|
var formPost = postForm();
|
||||||
formPost.done(function (data) {
|
formPost.done(function (data) {
|
||||||
if (newCSS) {
|
if (newCSS) {
|
||||||
|
Reference in New Issue
Block a user