dimiss notifications
This commit is contained in:
parent
6ca18b65f4
commit
ce0bb4efb5
8 changed files with 59 additions and 5695 deletions
|
|
@ -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" );
|
||||
}); };
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue