From 76fee6eab97c75ab969f2f49609540eee1891b2f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 23 Jun 2017 00:31:56 +0200 Subject: [PATCH] des espaces en moins --- Yavsc/Views/HairCutCommand/HairCut.cshtml | 1 - Yavsc/wwwroot/js/site.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/Yavsc/Views/HairCutCommand/HairCut.cshtml b/Yavsc/Views/HairCutCommand/HairCut.cshtml index b245e98a..46027d74 100644 --- a/Yavsc/Views/HairCutCommand/HairCut.cshtml +++ b/Yavsc/Views/HairCutCommand/HairCut.cshtml @@ -371,7 +371,6 @@ - diff --git a/Yavsc/wwwroot/js/site.js b/Yavsc/wwwroot/js/site.js index 1431a596..38c56e34 100755 --- a/Yavsc/wwwroot/js/site.js +++ b/Yavsc/wwwroot/js/site.js @@ -1,6 +1,4 @@ +(function($) { - - function notifClick(nid) { if (nid > 0) {  $.get('/api/dimiss/click/' + nid).done(function() {})