Browse Source

fix(fix #219): clear info

clear
master
renxxing 5 years ago
parent
commit
080f0275b8
  1. 1
      src/controllers/sheetBar.js
  2. 7
      src/index.html

1
src/controllers/sheetBar.js

@ -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) {

7
src/index.html

@ -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",

Loading…
Cancel
Save