Skip to content

Commit

Permalink
Merge pull request #1 from mrstrange47/Develop
Browse files Browse the repository at this point in the history
two files changed
  • Loading branch information
mrstrange47 authored Aug 29, 2022
2 parents 5643f3b + 4acb67e commit d423be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions controllers/indexcontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,8 @@ module.exports=function (app, con) {
req.session.online=false;
res.render('index',{data:1});
});

app.post('/testing', function(req,res){
console.log("I am here for testing");
});
};
2 changes: 1 addition & 1 deletion web/js/script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(function(){

var ul = $('#upload ul');

console.log("Testing");
$('#drop a').click(function(){
// Simulate a click on the file input button
// to show the file browser dialog
Expand Down

0 comments on commit d423be2

Please sign in to comment.