|
@@ -828,17 +828,17 @@ function saveText() {
|
|
$('.user-info p').html(msg.data.nickName);
|
|
$('.user-info p').html(msg.data.nickName);
|
|
$('#nameInput').val(msg.data.receiver);
|
|
$('#nameInput').val(msg.data.receiver);
|
|
$('#textInput').val(msg.data.message);
|
|
$('#textInput').val(msg.data.message);
|
|
- if(document.location.href.indexOf('?') > -1){
|
|
|
|
- href = document.location.href + "&uid=" + msg.data.id;
|
|
|
|
- } else {
|
|
|
|
- href = document.location.href + "?uid=" + msg.data.id;
|
|
|
|
- }
|
|
|
|
|
|
+// if(document.location.href.indexOf('?') > -1){
|
|
|
|
+// href = document.location.href + "&uid=" + msg.data.id;
|
|
|
|
+// } else {
|
|
|
|
+// href = document.location.href + "?uid=" + msg.data.id;
|
|
|
|
+// }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- if(href != document.location.href){
|
|
|
|
- history.pushState("", "Title", href);
|
|
|
|
- }
|
|
|
|
|
|
+// if(href != document.location.href){
|
|
|
|
+// history.pushState("", "Title", href);
|
|
|
|
+// }
|
|
|
|
|
|
$("#cover").show();
|
|
$("#cover").show();
|
|
//if(type == 1) {
|
|
//if(type == 1) {
|