more work

This commit is contained in:
Jamie Rees 2016-02-26 20:05:43 +00:00
commit 6054f0d436
15 changed files with 192 additions and 23 deletions

View file

@ -17,7 +17,6 @@ $("#tvSearchContent").on("keyup", function (e) {
tvimer = setTimeout(tvSearch(), 400);
});
$("#test").click(function (e) {
e.preventDefault();
@ -104,14 +103,3 @@ function buildTvShowContext(result) {
};
return context;
}
function generateNotify(message, type) {
// type = danger, warning, info, successs
$.notify({
// options
message: message
}, {
// settings
type: type
});
}