Skip to content
Snippets Groups Projects
Merged Leandro Almada requested to merge REDMINE-ISSUES/12446 into develop
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -297,6 +297,7 @@
@@ -297,6 +297,7 @@
</li>
</li>
</ul>
</ul>
<button
<button
 
v-if="isOffline() !== true"
@click="postComment"
@click="postComment"
type="button"
type="button"
class="ui compact green icon button"
class="ui compact green icon button"
@@ -452,6 +453,9 @@ export default {
@@ -452,6 +453,9 @@ export default {
},
},
methods: {
methods: {
 
isOffline() {
 
return navigator.onLine == false;
 
},
pushNgo(link) {
pushNgo(link) {
this.$router.push({
this.$router.push({
name: "details-signalement",
name: "details-signalement",
Loading