Skip to content

Commit 2ee822c

Browse files
author
vagrant
committed
remove no robots from header
1 parent 96de0fd commit 2ee822c

File tree

10 files changed

+371
-372
lines changed

10 files changed

+371
-372
lines changed
109 KB
Loading

public/admin/images/main/.gitkeep

Whitespace-only changes.
-56 KB
Binary file not shown.

public/admin/images/users/.gitkeep

Whitespace-only changes.

public/admin/js/annotated.js

Lines changed: 366 additions & 366 deletions
Large diffs are not rendered by default.

public/admin/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/js/app.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/js/dep.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/js/admin/app/users/users.controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
vm.loading = true;
6868

6969
User.save(vm.user, function (res) {
70-
_successResponse(res.message)
70+
_successResponse(res.message);
7171
vm.user = {
7272
user_roles: {
7373
role: 'Role'
@@ -85,7 +85,7 @@
8585
vm.loading = true;
8686

8787
User.update({id: vm.user.id}, vm.user, function (res) {
88-
_successResponse(res.message)
88+
_successResponse(res.message);
8989
}, function (err) {
9090
_errorResponse(err.data, "User edition failed see errors below");
9191
});

resources/views/admin/layouts/header.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44

55
<meta charset="utf-8">
6-
<meta name="robots" content="noindex" />
76
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1">
98

0 commit comments

Comments
 (0)