publishing
This commit is contained in:
parent
d554cb48b9
commit
f1cbda7162
5 changed files with 2283 additions and 4 deletions
2278
Yavsc/package-lock.json
generated
Normal file
2278
Yavsc/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -2825,7 +2825,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DNX,Version=v4.5.1/debian.8-x86": {
|
"DNX,Version=v4.5.1/debian.9-x86": {
|
||||||
"Antlr/3.4.1.9004": {
|
"Antlr/3.4.1.9004": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"compile": {
|
"compile": {
|
||||||
|
|
@ -5648,7 +5648,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DNX,Version=v4.5.1/debian.8-x64": {
|
"DNX,Version=v4.5.1/debian.9-x64": {
|
||||||
"Antlr/3.4.1.9004": {
|
"Antlr/3.4.1.9004": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"compile": {
|
"compile": {
|
||||||
|
|
|
||||||
2
Yavsc/wwwroot/css/main/bootstrap.min.css
vendored
2
Yavsc/wwwroot/css/main/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
1
Yavsc/wwwroot/js/input-lib.min.js
vendored
Normal file
1
Yavsc/wwwroot/js/input-lib.min.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
+function(t){var e=function(e){var o=t(this).prop("checked"),c=t(this).data("circle-id"),n=t(this).data("target-id"),i={CircleId:c,BlogPostId:n},a="/api/blogacl";o||(a+="/"+c),console.log(i),t.ajax({url:a,type:o?"POST":"DELETE",data:JSON.stringify(i),contentType:"application/json;charset=utf-8",success:function(t){console.log("POSTED")},error:function(){console.log("POSTed")}}),e.preventDefault()};t(document).ready(function(){t("input.Blogcirle[type=checkbox]").on("change",e),t(".input-group.date").datetimepicker()})}(jQuery);
|
||||||
2
Yavsc/wwwroot/js/site.min.js
vendored
2
Yavsc/wwwroot/js/site.min.js
vendored
|
|
@ -1 +1 @@
|
||||||
+function(o){var t=function(t){var e=o(this).prop("checked"),c=o(this).data("circle-id"),n=o(this).data("target-id"),a={CircleId:c,BlogPostId:n},i="/api/blogacl";e||(i+="/"+c),console.log(a),o.ajax({url:i,type:e?"POST":"DELETE",data:JSON.stringify(a),contentType:"application/json;charset=utf-8",success:function(o){console.log("POSTED")},error:function(){console.log("POSTed")}}),t.preventDefault()};o(document).ready(function(){o("input.Blogcirle[type=checkbox]").on("change",t)})}(jQuery);
|
+function(n){}(jQuery);
|
||||||
Loading…
Add table
Add a link
Reference in a new issue