dimiss notifications

This commit is contained in:
Paul Schneider 2017-02-21 03:18:21 +01:00
commit ce0bb4efb5
8 changed files with 59 additions and 5695 deletions

View file

@ -27,3 +27,14 @@ $('input.Blogcirle[type=checkbox]').on('change',allowCircleToBlog);
}
);
var notifClick = function(nid) { $.get('/api/dimiss/click/'+nid).done(function(data) {
console.log( "second success" );
console.log(data);
})
.fail(function() {
console.log( "error" );
})
.always(function() {
console.log( "finished" );
}); };

View file

@ -8,4 +8,8 @@
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false"/>
</system.webServer>
<system.web>
<sessionState cookieless="true"
regenerateExpiredSessionId="true" />
</system.web>
</configuration>