mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
removing commented out functions from cssmanager.js
This commit is contained in:
parent
8593b1905c
commit
89ab73c868
1 changed files with 1 additions and 14 deletions
|
@ -41,20 +41,7 @@ function makeCSSManager(emptyStylesheetTitle, top)
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*function getSheetTagByTitle(title) {
|
|
||||||
var allStyleTags = document.getElementsByTagName("style");
|
|
||||||
for(var i=0;i<allStyleTags.length;i++) {
|
|
||||||
var t = allStyleTags[i];
|
|
||||||
if (t.title == title) {
|
|
||||||
return t;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
var browserSheet = getSheetByTitle(emptyStylesheetTitle, top);
|
var browserSheet = getSheetByTitle(emptyStylesheetTitle, top);
|
||||||
//var browserTag = getSheetTagByTitle(emptyStylesheetTitle);
|
|
||||||
|
|
||||||
|
|
||||||
function browserRules()
|
function browserRules()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue