mirror of
https://github.com/janeczku/calibre-web
synced 2026-09-24 10:18:42 +00:00
Merge branch 'master' into Develop
# Conflicts: # cps/web.py # cps/worker.py
This commit is contained in:
@@ -65,11 +65,12 @@ $(function() {
|
||||
});
|
||||
});
|
||||
|
||||
/*function TableActions (value, row, index) {
|
||||
/* Function for deleting domain restrictions */
|
||||
function TableActions (value, row, index) {
|
||||
return [
|
||||
"<a class=\"danger remove\" data-toggle=\"modal\" data-target=\"#DeleteDomain\" data-domain-id=\"" + row.id
|
||||
+ "\" title=\"Remove\">",
|
||||
"<i class=\"glyphicon glyphicon-trash\"></i>",
|
||||
"</a>"
|
||||
].join("");
|
||||
}*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user