Skip to content

Commit d5144f2

Browse files
committed
typo correct
typo correct
1 parent 41d317c commit d5144f2

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

box/core/sandesh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function getmsg($post,$data){
278278
);
279279
}
280280

281-
//Get old massage
281+
//Get old message
282282
if(isset($_POST['offset']) && isReq('premsg')){
283283
$offset = $_POST['offset'];
284284
if($offset != 'none'){

kchat/actions/msgs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ function message($data){
345345
$stmt->execute($sql_array);
346346
}
347347

348-
//Get old massage
348+
//Get old message
349349
if(isset($_POST['offset']) && isReq('premsg')){
350350
$offset = $_POST['offset'];
351351
if($offset != 'none'){

kchat/assets/js/enjoyhint.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enjoyhint_script_steps.main = [
2626
event:'click',
2727
description:'',
2828
onBeforeStart:function(){
29-
window.location = purl + "/smtp?hint";
29+
window.location = purl + "/smtp?start";
3030
}
3131
}
3232
];
@@ -40,7 +40,7 @@ enjoyhint_script_steps.smtp = [
4040
event:'click',
4141
description:'',
4242
onBeforeStart:function(){
43-
window.location = purl + "/users/cuser?hint";
43+
window.location = purl + "/users/cuser?start";
4444
}
4545
}
4646
];
@@ -54,7 +54,7 @@ enjoyhint_script_steps.userscuser = [
5454
event:'click',
5555
description:'',
5656
onBeforeStart:function(){
57-
window.location = purl + "/users/groups?hint";
57+
window.location = purl + "/users/groups?start";
5858
}
5959
}
6060
];
@@ -71,7 +71,7 @@ enjoyhint_script_steps.usersgroups = [
7171
event:'click',
7272
description:'',
7373
onBeforeStart:function(){
74-
window.location = purl + "/users/ulist?hint";
74+
window.location = purl + "/users/ulist?start";
7575
}
7676
}
7777
];
@@ -87,7 +87,7 @@ enjoyhint_script_steps.usersulist = [
8787
event:'click',
8888
description:'',
8989
onBeforeStart:function(){
90-
window.location = purl + "/example?hint";
90+
window.location = purl + "/example?start";
9191
}
9292
}
9393
];
@@ -105,7 +105,7 @@ enjoyhint_script_steps.example = [
105105
event:'click',
106106
description:'',
107107
onBeforeStart:function(){
108-
window.location = purl + "/embed?hint";
108+
window.location = purl + "/embed?start";
109109
}
110110
}
111111
];
@@ -123,7 +123,7 @@ enjoyhint_script_steps.embed = [
123123
event:'click',
124124
description:'',
125125
onBeforeStart:function(){
126-
window.location = purl + "/msgs?hint";
126+
window.location = purl + "/msgs?start";
127127
}
128128
}
129129
];
@@ -147,7 +147,7 @@ enjoyhint_script_steps.msgs = [
147147
event:'click',
148148
description:'',
149149
onBeforeStart:function(){
150-
window.location = purl + "/settings?hint";
150+
window.location = purl + "/settings?start";
151151
}
152152
}
153153
];
@@ -165,7 +165,7 @@ enjoyhint_script_steps.settings = [
165165
event:'click',
166166
description:'',
167167
onBeforeStart:function(){
168-
window.location = purl + "/users/glist?hint";
168+
window.location = purl + "/users/glist?start";
169169
}
170170
}
171171
];

kchat/assets/js/kchat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ function install(){
400400
data : install,
401401
success: function(data, textStatus, jqXHR)
402402
{
403-
window.location = purl + "?hint";
403+
window.location = purl + "?start";
404404
},
405405
error: function (jqXHR, textStatus, errorThrown)
406406
{

kchat/assets/js/kchat.msgs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ $(".kchatemoji").emojioneArea({
370370

371371
});
372372

373-
//load privious massage on srcoll up
373+
//load privious message on srcoll up
374374
function _loadoldmsg() {
375375
if (typeof scrl !== 'undefined'){
376376
if(scrl == 0){

kchat/lib/mvc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function load(){
3131
}
3232

3333
function appendfile($files){
34-
if(isset($_GET['hint'])){
34+
if(isset($_GET['start'])){
3535
$this->data["jsh"][] = "<script src=\"".$this->data['config']['url']."/kchat/assets/enjoyhint/enjoyhint.js\" ></script>";
3636
$this->data["css"][] = "<link rel=\"stylesheet\" href=\"".$this->data['config']['url']."/kchat/assets/enjoyhint/enjoyhint.css\" />";
3737
$this->data["js"][] = "<script src=\"".$this->data['config']['url']."/kchat/assets/js/enjoyhint.js\" ></script>";

kchat/sql/kchat.data.sql.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
INSERT INTO `%dbprefix%setting` VALUES
4444
(1, 'headcolor1', '91EBE0', 'Head Color', 'Color Setting', 'color', 'background-color', '#KChat_heading,#kchat_copy'),
4545
(2, 'bordercolor1', 'FFFFFF', 'body Color', 'Color Setting', 'color', 'background-color', '#KChat_scroll_panel'),
46-
(3, 'mesgboxcolor1', 'FFFFFF', 'Massage Box Color', 'Color Setting', 'color', 'background-color', '#KChat_textarea'),
46+
(3, 'mesgboxcolor1', 'FFFFFF', 'Message Box Color', 'Color Setting', 'color', 'background-color', '#KChat_textarea'),
4747
(7, 'headclr', '000000', 'Heading Color', 'Color Setting', 'color', 'color', '#KChat_heading_title'),
4848
(8, 'headbdrc', 'BFFFC5', 'Right Box Color', 'Color Setting', 'color', 'background-color', '.message1'),
4949
(9, 'bodybdrp', '002904', 'Right Box text', 'Color Setting', 'color', 'color', '.message1'),
@@ -55,7 +55,7 @@
5555
(15, 'bodybdrcx', '0A0000', 'Left Border Color', 'Color Setting', 'color', 'border-color', '.message0'),
5656
(16, 'inboxbdrpx', '1', 'Left Border size', 'Color Setting', 'pixel', 'border-width', '.message0'),
5757
(17, 'inboxbdrcx', 'FF0000', 'Left anchor Color', 'Color Setting', 'color', 'color', '.message0 a'),
58-
(18, 'inboxback', 'FFFFFF', 'Massage Box Backgrou', 'Color Setting', 'color', 'background-color', '#KChat_box');
58+
(18, 'inboxback', 'FFFFFF', 'Message Box Backgrou', 'Color Setting', 'color', 'background-color', '#KChat_box');
5959

6060
--
6161
-- Dumping data for table `%dbprefix%users`

0 commit comments

Comments
 (0)