File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
views/dashboard/shockers/own Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openshock_web_ui" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<template >
2
- <p class =" version" >OpenShock UI 3.4.0
2
+ <p class =" version" >OpenShock UI 3.4.1
3
3
<a target =" _blank" :href =" 'https://github.com/OpenShock/WebUI/commit/' + commitHash" >{{ commitHash }}</a > | API <span
4
4
v-html =" apiVersion" ></span > <a target =" _blank"
5
5
:href =" 'https://github.com/OpenShock/API/commit/' + apiCommitHash" >{{ apiCommitHash }}</a > | <span >{{ targetEnv }}</span >
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export default {
233
233
this .delayCountDown ();
234
234
this .delay .controlsDisabled = true ;
235
235
236
- if (this .delay .randomSliderWarning && this . shocker . permissions . vibrate ) {
236
+ if (this .delay .randomSliderWarning ) {
237
237
// Vibrate for half a second
238
238
await ws .control (
239
239
this .shocker .id ,
You can’t perform that action at this time.
0 commit comments