1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Asset viewer now shows loading...

This commit is contained in:
Chris 2015-05-14 18:53:09 -06:00
parent 203acc9ee1
commit 3d3566a4ee

View File

@ -8,10 +8,14 @@
font: 12px monospace; font: 12px monospace;
white-space: pre; white-space: pre;
} }
h1 {
text-align: center;
margin-top: 50px;
}
</style> </style>
</head> </head>
<body> <body>
<div id="content"></div> <div id="content"><h1>Loading asset...</h1></div>
<script src="js/vapi-common.js"></script> <script src="js/vapi-common.js"></script>