Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(fix #219): clear info
Browse files Browse the repository at this point in the history
clear
  • Loading branch information
renxxing committed Nov 20, 2020
1 parent 15dca04 commit 080f027
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/controllers/sheetBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export function initialSheetBar(){

$("#luckysheet-sheet-area").on("dblclick", "span.luckysheet-sheets-item-name", function (e) {
luckysheetsheetnameeditor($(this));
console.log(123);
});

$("#luckysheet-sheet-area").on("blur", "span.luckysheet-sheets-item-name", function (e) {
Expand Down
7 changes: 0 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@
lang: lang,
forceCalculation:false,
plugins: ['chart'],
allowUpdate:true,
updateImageUrl:"http://luckysheet.lashuju.com/luckysheet/api/updateImg",
//updateUrl: "ws://127.0.0.1:85/dataqk/websocket/qksheet",
updateUrl: "ws://luckysheet.lashuju.com/luckysheet/websocket/qksheet",
"gridKey": "1079500#-8803#7c45f52b7d01486d88bc53cb17dcd2c3",
loadUrl: "http://luckysheet.lashuju.com/luckysheet/api/load",
loadSheetUrl:"http://luckysheet.lashuju.com/luckysheet/api/loadsheet",
fontList:[
{
"fontName":"HanaleiFill",
Expand Down

0 comments on commit 080f027

Please sign in to comment.