Added Reseller view

This commit is contained in:
Deon George
2018-07-17 14:10:40 +10:00
parent 1821810570
commit 0ce640c283
12 changed files with 308 additions and 28 deletions

View File

@@ -77,8 +77,6 @@
$('#services tbody').on('click','tr', function () {
$(this).toggleClass('selected');
//var data = table.row(this).data();
//window.location.href = '/u/service/view/'+data.id;
});
});
</script>